hello-barcelona-17/day4/run.sh

4 lines
80 B
Bash
Raw Normal View History

2017-10-02 21:15:34 +02:00
mkfifo plug.fifo
./a.out < plug.fifo | python 8_int.py > plug.fifo
rm plug.fifo