New example that can get you colors on the web
[oneliner/.git] / oneliner.sh
1 #!/bin/bash
2
3 # This is the only important line, its inside this file just because. As a matter of fact, is also in the readme.
4 while true; do { echo -e 'HTTP/1.1 200 OK\r\n'; sh test.sh; } | nc -l 1234 -q 1; done &