diff options
author | Ben Sima <ben@bsima.me> | 2022-07-30 14:55:41 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-07-30 14:55:41 -0400 |
commit | 8f9de177e3cfed26cf9d67fd263d26ba85640eb2 (patch) | |
tree | 7c9c98746a55116ca7293a57a6123dcf473daa6a /start-repl.sh |
Initialize dev shell
Diffstat (limited to 'start-repl.sh')
-rwxr-xr-x | start-repl.sh | 5 |
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)' |