4 lines
42 B
Bash
4 lines
42 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
nc -l -p 12345 | ./musiclight2
|