diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-05-30 19:11:51 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-05-30 19:11:51 +0200 |
commit | 28e590d5c2d6d3bb38eae7cb1978af233ecb5f64 (patch) | |
tree | f5fdebc89d5420f42a12d97b1df52eb0874e3fec /start.sh |
First commit
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..4697c31 --- /dev/null +++ b/start.sh @@ -0,0 +1,5 @@ +#!/bin/bash +# +# Test script for debugging +# +spawn-fcgi -a 127.0.0.1 -p 9004 -n -- ./downtube.fcgi |