5 lines
86 B
Bash
5 lines
86 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
#dd if=/tmp/mpd.fifo bs=1024 | ./musiclight2
|
||
|
./musiclight2 < /tmp/mpd.fifo
|