Skip to content

Instantly share code, notes, and snippets.

@yadudoc
Created March 15, 2013 17:23
Show Gist options
  • Save yadudoc/5171550 to your computer and use it in GitHub Desktop.
Save yadudoc/5171550 to your computer and use it in GitHub Desktop.
Swift copy
# Initial setups.
cp /home/yadunand/swiftdemo.v04.tgz ./
tar -xvzf swiftdemo.v04.tgz
cd swiftdemo
source ./setup.sh
TEST_HOME=$PWD
# Tests
cd test.local
./run
cd ..
cd test.beagle
./run
cd ..
cd test.uc3
./run
showsites
cd ..
cd test.multiple
./run
showsites
cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment