gadgets-OSC/Gaby/burps.sh
2021-07-09 12:46:18 +02:00

9 rindas
113 B
Bash
Izpildāmais fails

#!/bin/bash
for x in $(seq -32000 133 32000)
do
echo $x
oscsend localhost 9001 /joystick/xy ii $x -9999
done