Annika Backstrom
12529aeae8
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.
6 lines
64 B
Bash
Executable File
6 lines
64 B
Bash
Executable File
#!/bin/bash
|
|
|
|
while read line ; do
|
|
echo "running $line"
|
|
done
|