annotate trunk/scripts/aim-o-matic/prepare_aws_instance.sh @ 682:10dc41e4d2f2

More small style revisions to C++ CARFAC, adjusted struct member variable naming, header guards and #include structure.
author alexbrandmeyer
date Wed, 29 May 2013 15:37:28 +0000
parents 2e53a3b92525
children
rev   line source
tom@520 1 #!/bin/bash
tom@520 2 sudo apt-get -y update
tom@520 3 sudo apt-get -y install subversion
tom@520 4 svn checkout http://aimc.googlecode.com/svn/trunk/ aimc
tom@520 5 aimc/scripts/aim-o-matic/prepare_aws_instance_stage_2.sh
tom@520 6