aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbashweb.sh2
-rw-r--r--log0
2 files changed, 1 insertions, 1 deletions
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
--- a/log
+++ /dev/null