summary refs log tree commit diff stats
path: root/flite/get_flite.sh
blob: bc09d5ca0258eab0e8f5f67ee8e77ee948426692 (plain) (blame)
1
2
3
4
5
#!/bin/sh

commit=6c9f20dc915b17f5619340069889db0aa007fcdc
wget -O flite-$commit.zip https://github.com/festvox/flite/archive/$commit.zip
unzip flite-$commit.zip