Created
July 16, 2020 16:39
-
-
Save phmarek/7da480f7c81965a5f2f8c007c4474730 to your computer and use it in GitHub Desktop.
SBCL --script with arbitrary options
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#| | |
exec /usr/bin/sbcl --dynamic-space-size 2000 --script "$0" | |
|# | |
(print "hello world") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment