New example that can get you colors on the web
[oneliner/.git] / colorexample / startserver.sh
diff --git a/colorexample/startserver.sh b/colorexample/startserver.sh
new file mode 100755 (executable)
index 0000000..67a26a3
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+while true; do { echo -e 'HTTP/1.1 200 OK\r\n'; sh test.sh; } | nc -l 1234 -q 1; done &
+