added vivestations command

This commit is contained in:
lucca
2026-07-16 08:01:28 -04:00
parent 22b526ea81
commit 65797379cc
+13
View File
@@ -0,0 +1,13 @@
#!/bin/bash
SOURCE="${BASH_SOURCE[0]}"
while [ -L "$SOURCE" ]; do
DIR="$(cd -P "$(dirname "$SOURCE")" && pwd)"
SOURCE="$(readlink "$SOURCE")"
[[ "$SOURCE" != /* ]] && SOURCE="$DIR/$SOURCE"
done
SCRIPT_DIR="$(cd -P "$(dirname "$SOURCE")" && pwd)"
cd "$SCRIPT_DIR"
../switch.sh office_vive_base_1 $1
../switch.sh office_vive_base_2 $1