Skip to content

Commit a11cca5

Browse files
author
Michail
committed
Update README.md
1 parent 513c216 commit a11cca5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ A raw chat is opened (wscats standard [in|out]puts are connected with each other
4747
Run a remote shell:
4848

4949
```
50-
$ mkfifo /tmp/io
51-
$ bash -i 2>&1 </tmp/io | WS_SRV= ./wscat localhost 1234 >/tmp/io; rm /tmp/io
50+
$ mkfifo /tmp/io && bash -i 2>&1 </tmp/io | WS_SRV= ./wscat localhost 1234 >/tmp/io; rm -f /tmp/io
5251
```
5352

5453
Connect to the remote shell:

0 commit comments

Comments
 (0)