4 lines
77 B
Bash
4 lines
77 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
"$(dirname "$0")"/cl-wrapper.sh "${NIX_LISP_COMMAND:-sbcl}" "$@"
|