greenctld/scripts/spacecruft-greenctld-position

7 lines
69 B
Bash
Executable File

#!/bin/bash
echo "p" | nc localhost 4533 > /dev/null &
disown
exit