Skip to content

Instantly share code, notes, and snippets.

@jmercouris
Created June 3, 2018 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmercouris/fa0a99545964dca67c16750481b680f0 to your computer and use it in GitHub Desktop.
Save jmercouris/fa0a99545964dca67c16750481b680f0 to your computer and use it in GitHub Desktop.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; file.lisp ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
#!/usr/bin/cl -sp lisp-stripper -E main
(defun main (argv)
(if argv
(map () 'print-loc-count argv)
(print-loc-count *standard-input*)))
;;;;;;;;;;;;;;
;; Terminal ;;
;;;;;;;;;;;;;;
> ./file.lisp
Failed to execute process './file.lisp'. Reason:
The file './file.lisp' specified the interpreter '/usr/bin/cl -sp lisp-stripper -E main', which is not an executable c
ommand.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment