summaryrefslogtreecommitdiff
path: root/launch.sh
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2025-10-19 10:12:04 +0300
committerGravatar Uko Kokņevičs2025-10-19 10:12:04 +0300
commit81e69b85c8bcd9ab8da04c01bc30aaea129b7ff9 (patch)
treeea9bcc2f1465f6695f3c6062c0a8edd922b8f117 /launch.sh
parentWork on launching scripts a bit (diff)
downloadukkoclot-81e69b85c8bcd9ab8da04c01bc30aaea129b7ff9.tar.gz
ukkoclot-81e69b85c8bcd9ab8da04c01bc30aaea129b7ff9.tar.xz
ukkoclot-81e69b85c8bcd9ab8da04c01bc30aaea129b7ff9.zip
Make the R/W locks somewhat more fair
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 \