Rename common_lisp to clisp
[jackhill/mal.git] / clisp / run
1 #!/bin/bash
2 exec clisp $(dirname $0)/${STEP:-stepA_mal}.lisp "${@}"