gadgets-OSC/Gaby/burps.sh

9 lines
113 B
Bash
Raw Normal View History

2021-07-09 12:46:18 +02:00
#!/bin/bash
for x in $(seq -32000 133 32000)
do
echo $x
oscsend localhost 9001 /joystick/xy ii $x -9999
done