added gsport and kegs launcher scripts, with downloads from rawgit.com

This commit is contained in:
Ivan X 2016-01-23 12:23:04 -05:00
parent 358c9a3d6d
commit a9120efa39
4 changed files with 5 additions and 3 deletions

View File

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

View File

@ -1,5 +1,7 @@
#!/bin/bash
# to do: replace Spectrum Deluxe (2.5.3) with Spectrum Gold (2.5.4)
readcharHex () {
# read one character from file & convert to corresponding hex value
# arg1: filename

View File

@ -1,7 +1,7 @@
#! /bin/bash
# vim: set tabstop=4 shiftwidth=4 expandtab filetype=sh:
wget -qO /tmp/gsport-setup ivanx.com/a2cloud/setup/gsport-setup.txt
wget -qO /tmp/gsport-setup http://rawgit.com/RasppleII/a2cloud/master/setup/kegs-setup.txt
if [[ $(wc -c /tmp/gsport-setup | grep '^0 ') ]]; then
echo "Please connect to the internet to set up KEGS."
else

View File

@ -1,5 +1,5 @@
if [[ -f /usr/local/bin/gsport-setup ]]; then
wget -O /tmp/gsport-setup ivanx.com/a2cloud/gsport-setup.txt
wget -O /tmp/gsport-setup https://rawgit.com/RasppleII/a2cloud/master/setup/gsport-setup.txt
source /tmp/gsport-setup -k "$@"
else
gsport-setup -k "$@"