Add repl config

This commit is contained in:
fischerq
2023-06-03 17:03:27 +00:00
parent 7c1b74c25d
commit 18afb488c0
5 changed files with 68 additions and 0 deletions

7
runner.sh Normal file
View File

@@ -0,0 +1,7 @@
PID_FILE=/tmp/httplz.pid
kill $(cat $PID_FILE)
sleep 0.1
nohup httplz -l . &
sleep 0.1
echo $! > $PID_FILE