Compare commits

..

No commits in common. "6ca0fe9cc0c804e7e5c6724c32f20db7cc60d4ff" and "e6382f17470108707edbc39d875da8d9f98aab98" have entirely different histories.

1 changed files with 1 additions and 4 deletions

View File

@ -1,15 +1,12 @@
#!/bin/bash #!/bin/bash
XZIG=1.0 X=4.2
X=3.2 //4.2 - XZIG
Y=1.25 Y=1.25
if [ "${1}" == "set" ]; then if [ "${1}" == "set" ]; then
paxi move $XZIG 0
paxi move 0 $Y paxi move 0 $Y
paxi move $X 0 paxi move $X 0
elif [ "${1}" == "reset" ]; then elif [ "${1}" == "reset" ]; then
paxi move -$X 0 paxi move -$X 0
paxi move 0 -$Y paxi move 0 -$Y
paxi move -$XZIG 0
fi fi