Mercurial > hg > aimc
annotate trunk/scripts/ec2_user_data.sh @ 301:18300eab5c8a
-Added HTKAimfeat script to run a complete experiment on the CNBH syllables database
-Added simple script for booting an EC2 instance and calling the setup script from the svn repo
author | tomwalters |
---|---|
date | Wed, 24 Feb 2010 14:07:01 +0000 |
parents | |
children | d0c7bc9b1e21 |
rev | line source |
---|---|
tomwalters@301 | 1 #!/bin/bash |
tomwalters@301 | 2 wget -O- run.alestic.com/install/runurl | bash |
tomwalters@301 | 3 runurl run.alestic.com/email/start youremail@example.com |
tomwalters@301 | 4 runurl http://aimc.googlecode.com/svn/trunk/scripts/aws_prepare.sh |