7 lines
83 B
Bash
7 lines
83 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
bash position.sh set
|
||
|
paxi down
|
||
|
sleep 1
|
||
|
paxi up
|
||
|
bash position.sh reset
|