Added run script for data coming in over a TCP connection
This commit is contained in:
parent
cf8193e421
commit
29b576377b
3
run_remote.sh
Executable file
3
run_remote.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
nc -l -p 12345 | ./musiclight2
|
Loading…
Reference in a new issue