mirror of
https://github.com/RasppleII/a2cloud.git
synced 2024-12-02 21:49:20 +00:00
7 lines
181 B
Plaintext
7 lines
181 B
Plaintext
|
if [[ -f /usr/local/bin/gsport-setup ]]; then
|
||
|
wget -O /tmp/gsport-setup ivanx.com/a2cloud/gsport-setup.txt
|
||
|
source /tmp/gsport-setup -k "$@"
|
||
|
else
|
||
|
gsport-setup -k "$@"
|
||
|
fi
|