hello-barcelona-17/day4/run.sh

4 lines
80 B
Bash
Executable File

mkfifo plug.fifo
./a.out < plug.fifo | python 8_int.py > plug.fifo
rm plug.fifo