zip.lisp 215 B

1234567891011
  1. #!/usr/bin/run-lisp-trans
  2. ; settrans -ac foo ./zip.lisp zip-file.zip
  3. ;
  4. (unless (= (length ext:*args*) 1)
  5. (error "You must pass the target directory path to zip."))
  6. (asdf:operate 'asdf:load-op 'zip-translator)