added vivestations command
This commit is contained in:
Executable
+13
@@ -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
|
||||
Reference in New Issue
Block a user