4 lines
35 B
Bash
Executable File
4 lines
35 B
Bash
Executable File
#!/bin/sh
|
|
|
|
nc localhost 10010 < $1
|