2 lines
80 B
Bash
Executable file
2 lines
80 B
Bash
Executable file
#!/bin/bash
|
|
pv /home/michener/src/videostream/testscript.txt $* | nc -l -p 4321
|