greenctld/scripts/spacecruft-greenctld-home

7 lines
75 B
Plaintext
Raw Normal View History

2022-10-01 13:44:07 -06:00
#!/bin/bash
echo "P 180 0" | nc localhost 4533 > /dev/null &
disown
exit