mirror of
https://github.com/eddyem/pusirobot.git
synced 2025-12-06 10:35:11 +03:00
9 lines
112 B
Bash
Executable File
9 lines
112 B
Bash
Executable File
#!/bin/bash
|
|
|
|
while true; do
|
|
./steppermove -m100 -w -I4 -r 32
|
|
./steppermove -m200 -w -I4 -r -64
|
|
sleep 1
|
|
done
|
|
|