5 lines
89 B
Bash
Executable file
5 lines
89 B
Bash
Executable file
#!/bin/sh
|
|
|
|
#dd if=/tmp/mpd.fifo bs=1024 | ./musiclight2
|
|
./musiclight2 $* < /tmp/mpd.fifo
|