X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=bin%2Fnl;h=1abd5c8391b382b2439f89e29a83dc3c2e515e5b;hp=a3de215686f70922563c62868eabc3470c4beb82;hb=31a8f429b5182d9c4f3eae208ccc8efbdfe8a996;hpb=bb7b48443976f5cea04f5dd1c9bac64659d0a2c7 diff --git a/bin/nl b/bin/nl index a3de215..1abd5c8 100755 --- a/bin/nl +++ b/bin/nl @@ -1,6 +1,6 @@ #!/bin/bash -if [ $1 ] ; then +if [ "$1" ] ; then ( cat bin/run.lisp | sed -e '/clnl:run/d' && echo "(clnl:run \"$1\")" ) | sbcl --script else sbcl --script bin/run.lisp