From b714292c20dd26d68ccd820ea0040a945a89aa67 Mon Sep 17 00:00:00 2001 From: sbin Date: Sun, 7 Nov 2021 11:12:17 -0700 Subject: idfk anymore lol --- bashweb.sh | 2 +- log | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 log diff --git a/bashweb.sh b/bashweb.sh index aa2d1d0..7a98a90 100755 --- a/bashweb.sh +++ b/bashweb.sh @@ -27,7 +27,7 @@ main () { #$data #$(./preprocessor/url.sh) #EOF - netcat -q 0 -l 1234 < /tmp/backpipe | ./preprocessor/main.sh 1> /tmp/backpipe + nc -q 0 -l 1234 < /tmp/backpipe | ./preprocessor/main.sh 1> /tmp/backpipe } while true diff --git a/log b/log deleted file mode 100644 index e69de29..0000000 -- cgit