pi-rfid-jukebox/bin/mpg321-dummy
Annika Backstrom 12529aeae8 Fix: send messages to mp3 player
Also reworking the structure of the child processes: they are now
subclasses of EventEmitter, wrapping some process-specific
functionality. The next logical step here would be be distinct modules
for the MP3Player and TagReader children.
2017-04-09 11:52:37 -04:00

6 lines
64 B
Bash
Executable File

#!/bin/bash
while read line ; do
echo "running $line"
done