3 lines
46 B
Bash
3 lines
46 B
Bash
#!/bin/bash
|
|
echo "q" >/dev/udp/127.0.0.1/8888
|
#!/bin/bash
|
|
echo "q" >/dev/udp/127.0.0.1/8888
|