From b304eeffd5a63e9e9dda54ea30a078cf0983f0bb Mon Sep 17 00:00:00 2001 From: Minteck Date: Sun, 7 Nov 2021 17:32:02 +0000 Subject: FIXME - Attempt to create preprocessor --- bashweb.sh | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) (limited to 'bashweb.sh') diff --git a/bashweb.sh b/bashweb.sh index 1ca40ae..8893641 100755 --- a/bashweb.sh +++ b/bashweb.sh @@ -9,23 +9,25 @@ data=$(cat index.bhtml | envsubst) main () { - netcat -q 0 -l 1234 < /tmp/backpipe } while true -- cgit