diff options
author | Roland Reichwein <mail@reichwein.it> | 2022-11-05 13:49:53 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2022-11-05 13:49:53 +0100 |
commit | 4aeab7931182cb1c35bd5c52b58d71b30c32674d (patch) | |
tree | e9635c5b2c0827f16dc2021a6193139ef536793b /start.sh |
Initial files, WIP
Diffstat (limited to 'start.sh')
-rwxr-xr-x | start.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/start.sh b/start.sh new file mode 100755 index 0000000..b42c33e --- /dev/null +++ b/start.sh @@ -0,0 +1,5 @@ +#!/bin/bash +# +# Test script for debugging +# +spawn-fcgi -a 127.0.0.1 -p 9014 -n -- ./whiteboard.fcgi |