summaryrefslogtreecommitdiff
path: root/start-repl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'start-repl.sh')
-rwxr-xr-xstart-repl.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/start-repl.sh b/start-repl.sh
new file mode 100755
index 0000000..5cc17bb
--- /dev/null
+++ b/start-repl.sh
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+sbcl \
+ --eval '(require :asdf)' \
+ --eval '(require :swank)' \
+ --eval '(swank:create-server)'