Add a position script
This commit is contained in:
parent
c34c2e3b6d
commit
e646abe77e
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
X=4.2
|
||||
Y=1.25
|
||||
|
||||
if [ "${1}" == "set" ]; then
|
||||
paxi move $X 0
|
||||
paxi move 0 $Y
|
||||
else if [ "${1}" == "reset" ]; then
|
||||
paxi move -$X 0
|
||||
paxi move 0 -$Y
|
||||
fi
|
Loading…
Reference in New Issue