mirror of
https://github.com/luscis/openlan.git
synced 2025-12-24 11:10:54 +08:00
10 lines
82 B
Bash
Executable File
10 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
pushd $(dirname $0)
|
|
|
|
source access.sh
|
|
source switch.sh
|
|
|
|
popd |