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