Skip to content

Instantly share code, notes, and snippets.

@phmarek
Created July 16, 2020 16:39
Show Gist options
  • Save phmarek/7da480f7c81965a5f2f8c007c4474730 to your computer and use it in GitHub Desktop.
Save phmarek/7da480f7c81965a5f2f8c007c4474730 to your computer and use it in GitHub Desktop.
SBCL --script with arbitrary options
#!/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