We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6075635 commit 71ce10eCopy full SHA for 71ce10e
1 file changed
run.sh
@@ -0,0 +1,18 @@
1
+cd ~/deploy/
2
+while true; do
3
+ case $1 in
4
+ 1)
5
+ ln -f -s config_1.toml config.toml
6
+ ./sw8s_rust arm gate_run_reckon spin left_slalom left_slalom left_slalom static_align
7
+ ;;
8
+ 2)
9
+ ln -f -s config_2.toml config.toml
10
+ ./sw8s_rust arm gate_run_reckon spin left_slalom right_slalom right_slalom static_align
11
12
+ 3)
13
+ ln -f -s config_3.toml config.toml
14
+ ./sw8s_rust arm gate_run_reckon spin
15
16
+ *) echo "NO"
17
+ esac
18
+done
0 commit comments