summaryrefslogtreecommitdiff
path: root/launch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'launch.sh')
-rwxr-xr-xlaunch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/launch.sh b/launch.sh
index 795db47..f0cd9a9 100755
--- a/launch.sh
+++ b/launch.sh
@@ -5,7 +5,7 @@
5set -eu 5set -eu
6 6
7# Note this still has the debugger and such things enabled, at this point it makes life easier for me :). For a more 7# Note this still has the debugger and such things enabled, at this point it makes life easier for me :). For a more
8# hands-off auto-restarting approach, consider disabling all the fancy SBCL things (similar to ./run_tests.sh) and 8# hands-off auto-restarting approach, consider disabling all the fancy SBCL things (similar to ./run-tests.sh) and
9# putting it in a shell while true loop. 9# putting it in a shell while true loop.
10 10
11exec sbcl \ 11exec sbcl \