aboutsummaryrefslogtreecommitdiff
path: root/bashweb.sh
diff options
context:
space:
mode:
authorsbin <cam@sdf.org>2021-11-07 10:34:16 -0700
committersbin <cam@sdf.org>2021-11-07 10:34:16 -0700
commitddbfb714fbeac9a7209c995b56e6ee0e514d22d2 (patch)
treeb6c839e5a7a3df60edf746f34fe9a5c57d2c0d0c /bashweb.sh
parent82a2de7a224fb54387674baf2237583f8915307b (diff)
downloadbashweb-ddbfb714fbeac9a7209c995b56e6ee0e514d22d2.tar.gz
bashweb-ddbfb714fbeac9a7209c995b56e6ee0e514d22d2.tar.bz2
bashweb-ddbfb714fbeac9a7209c995b56e6ee0e514d22d2.zip
fix typo
Diffstat (limited to 'bashweb.sh')
-rwxr-xr-xbashweb.sh2
1 files changed, 1 insertions, 1 deletions
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