diff options
Diffstat (limited to 'launch.sh')
| -rwxr-xr-x | launch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -5,7 +5,7 @@ | |||
| 5 | set -eu | 5 | set -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 | ||
| 11 | exec sbcl \ | 11 | exec sbcl \ |