Connect your Apple // to the world via Linux
Go to file
T. Joseph Carter 6c59cae33b setup.txt: Change most command -v's to hash
This is a change made in A2SERVER already--the choice between the which,
command -v, type, and hash...  The problem is that POSIX defines none of
these so consistently that you can depend on one of them to work.  We
happen to use bash specifically, which gives us an advantage in that
bash's behavior is well-defined.

For us, hash is the best way to find out whether or not a command exists
as it turns out.  So that's what we'll use.
2016-04-04 23:47:45 -07:00
setup setup.txt: Change most command -v's to hash 2016-04-04 23:47:45 -07:00
changelog.txt setup.txt/changelog: Version to 1.8.3 2016-01-20 07:44:12 -08:00
LICENSE.md Fix typo. 2015-12-13 09:41:13 -08:00
README.md Initial commit 2015-10-21 13:19:00 -07:00

a2cloud

A2CLOUD