This website requires JavaScript.
Explore
Help
Sign In
annika
/
pi-rfid-jukebox
Watch
1
Star
0
Fork
0
You've already forked pi-rfid-jukebox
Code
Issues
Pull Requests
Releases
Wiki
Activity
7c50a17671
pi-rfid-jukebox
/
bin
/
mpg321-dummy
6 lines
64 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add Vagrantfile
2017-04-08 16:06:38 +00:00
#!/bin/bash
while read line ; do
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 15:52:37 +00:00
echo "running $line"
Add Vagrantfile
2017-04-08 16:06:38 +00:00
done
Reference in New Issue
Copy Permalink