Simple script to bootstrap JSCL
[jscl.git] / make.sh
1 #!/bin/sh
2
3 sbcl --load 'jscl.lisp' --eval '(jscl:bootstrap)' --eval '(quit)'