67a26a393f539332e09a0dba574d40c023da069f
[dotfiles/.git] / scripts / onelineserver / startserver.sh
1 #!/bin/bash
2
3 while true; do { echo -e 'HTTP/1.1 200 OK\r\n'; sh test.sh; } | nc -l 1234 -q 1; done &
4