From ddbfb714fbeac9a7209c995b56e6ee0e514d22d2 Mon Sep 17 00:00:00 2001 From: sbin Date: Sun, 7 Nov 2021 10:34:16 -0700 Subject: fix typo --- bashweb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashweb.sh') diff --git a/bashweb.sh b/bashweb.sh index 411e72b..aa2d1d0 100755 --- a/bashweb.sh +++ b/bashweb.sh @@ -27,7 +27,7 @@ main () { #$data #$(./preprocessor/url.sh) #EOF - netcat -q 0 -l 1234 < /tmp/backpipe | ./proprocessor/main.sh 1> /tmp/backpipe + netcat -q 0 -l 1234 < /tmp/backpipe | ./preprocessor/main.sh 1> /tmp/backpipe } while true -- cgit