There was an error while loading. Please reload this page.
1 parent 513c216 commit a11cca5Copy full SHA for a11cca5
README.md
@@ -47,8 +47,7 @@ A raw chat is opened (wscats standard [in|out]puts are connected with each other
47
Run a remote shell:
48
49
```
50
-$ mkfifo /tmp/io
51
-$ bash -i 2>&1 </tmp/io | WS_SRV= ./wscat localhost 1234 >/tmp/io; rm /tmp/io
+$ mkfifo /tmp/io && bash -i 2>&1 </tmp/io | WS_SRV= ./wscat localhost 1234 >/tmp/io; rm -f /tmp/io
52
53
54
Connect to the remote shell:
0 commit comments