Mercurial > hg > aimc
comparison experiments/scripts/HTK/install_htk.sh @ 182:aa4eea1a3568
- AWS (again!)
| author | tomwalters |
|---|---|
| date | Wed, 11 Aug 2010 11:52:02 +0000 |
| parents | f75123cf39ce |
| children | 97a513bc3bcf |
comparison
equal
deleted
inserted
replaced
| 181:7d5bcedc229d | 182:aa4eea1a3568 |
|---|---|
| 1 #!/bin/bash | 1 #!/bin/bash |
| 2 set -e | 2 set -e |
| 3 set -u | 3 set -u |
| 4 if [ ! -e /mnt/experiments/htk/.htk_installed_success ]; then | 4 if [ ! -e /mnt/experiments/htk/.htk_installed_success ]; then |
| 5 sudo mkdir /mnt/experiments/htk | 5 sudo mkdir -p /mnt/experiments/htk |
| 6 sudo chown ubuntu /mnt/experiments/htk | 6 sudo chown ubuntu /mnt/experiments/htk |
| 7 cd /mnt/experiments/htk | 7 cd /mnt/experiments/htk |
| 8 wget --user $HTK_USERNAME --password $HTK_PASSWORD http://htk.eng.cam.ac.uk/ftp/software/HTK-3.4.1.tar.gz | 8 wget --user $HTK_USERNAME --password $HTK_PASSWORD http://htk.eng.cam.ac.uk/ftp/software/HTK-3.4.1.tar.gz |
| 9 tar -xzf HTK-3.4.1.tar.gz | 9 tar -xzf HTK-3.4.1.tar.gz |
| 10 cd htk | 10 cd htk |
