9 lines
No EOL
197 B
Bash
Executable file
9 lines
No EOL
197 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -eau
|
|
|
|
SCRIPT=$(realpath "$0")
|
|
SCRIPTPATH=$(dirname "$SCRIPT")
|
|
|
|
$SCRIPTPATH/../../switch --remote root@madoka .#madoka
|
|
$SCRIPTPATH/../../switch --remote root@homura .#homura |