Created oneliner.sh
authorOscar J Rodriguez <josuer08@gmail.com>
Wed, 6 Jan 2021 04:12:24 +0000 (23:12 -0500)
committerGitHub <noreply@github.com>
Wed, 6 Jan 2021 04:12:24 +0000 (23:12 -0500)
oneliner.sh [new file with mode: 0644]

diff --git a/oneliner.sh b/oneliner.sh
new file mode 100644 (file)
index 0000000..9083f34
--- /dev/null
@@ -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 &