a2cloud/setup/gsport-setup-shell.txt
T. Joseph Carter b07ab9faad Add modelines
2015-10-30 05:34:48 -07:00

10 lines
304 B
Bash

#! /bin/bash
# vim: set tabstop=4 shiftwidth=4 expandtab filetype=sh:
wget -qO /tmp/gsport-setup appleii.ivanx.com/a2cloud/setup/gsport-setup.txt
if [[ $(wc -c /tmp/gsport-setup | grep '^0 ') ]]; then
echo "Please connect to the internet to set up GSport."
else
source /tmp/gsport-setup "$@"
fi