4 lines
58 B
Bash
4 lines
58 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo -ne "\x3\x0\x0" | nc -u localhost 4446;
|