Add Licensing and Contributing
[clnl] / bin / nl
1 #!/bin/bash
2
3 if [ "$1" ] ; then
4   ( cat bin/run.lisp | sed -e '/clnl:run/d' && echo "(clnl:run \"$1\")" ) | sbcl --script
5 else
6   sbcl --script bin/run.lisp
7 fi