view scripts/aim-o-matic/prepare_aws_instance.sh @ 592:76c6b3fd0a05

First commit. Refer to the api [1] 'Philosophy of the implementation' for information on the approach used to implement CARFAC in C++. [1] aimc/C++/api/html/index.html
author flatmax
date Sat, 09 Feb 2013 23:53:48 +0000
parents b106283f812f
children
line wrap: on
line source
#!/bin/bash
sudo apt-get -y update
sudo apt-get -y install subversion
svn checkout http://aimc.googlecode.com/svn/trunk/ aimc
aimc/scripts/aim-o-matic/prepare_aws_instance_stage_2.sh