From 8e4003e6b260d75859b1929c8c4264c2239bd074 Mon Sep 17 00:00:00 2001 From: Minteck Date: Sun, 7 Nov 2021 17:01:42 +0000 Subject: It works! --- bashweb.sh | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'bashweb.sh') diff --git a/bashweb.sh b/bashweb.sh index b1c6f26..1ca40ae 100755 --- a/bashweb.sh +++ b/bashweb.sh @@ -5,3 +5,31 @@ ## written in bash. ## ## ## ########################################################## + +data=$(cat index.bhtml | envsubst) + +main () { + netcat -q 0 -l 1234 </dev/null +done + -- cgit