diff options
-rwxr-xr-x | bashweb.sh | 2 | ||||
-rw-r--r-- | log | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -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 @@ -0,0 +1 @@ +./bashweb.sh: line 30: ./proprocessor/main.sh: No such file or directory |