add carp-inferior shell script

This commit is contained in:
Erik 2016-02-23 23:56:42 +01:00
parent 59c7fd015c
commit 8057fe394d

8
bin/carp-inferior Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
# inferior-lisp-mode in Emacs can't handle lrwrap so this script doesn't use that
# Get the dir of this script (which is in the bin folder)
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
CARP_DIR=$DIR/../ $DIR/carp-repl