3 lines
46 B
Bash
3 lines
46 B
Bash
|
#!/bin/sh
|
||
|
cat player.json | nc localhost 5555
|