From: Oscar J Rodriguez Date: Wed, 6 Jan 2021 04:12:24 +0000 (-0500) Subject: Created oneliner.sh X-Git-Url: https://git.josue.xyz/?p=oneliner%2F.git;a=commitdiff_plain;h=c4a6e67880a9bced55cc90afe9f7555e0fdf52e8 Created oneliner.sh --- diff --git a/oneliner.sh b/oneliner.sh new file mode 100644 index 0000000..9083f34 --- /dev/null +++ b/oneliner.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +# This is the only important line, its inside this file just because. As a matter of fact, is also in the readme. +while true; do { echo -e 'HTTP/1.1 200 OK\r\n'; sh test.sh; } | nc -l 1234 -q 1; done &