summary refs log tree commit diff stats
path: root/flite/get_flite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'flite/get_flite.sh')
-rwxr-xr-xflite/get_flite.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/flite/get_flite.sh b/flite/get_flite.sh
new file mode 100755
index 0000000..bc09d5c
--- /dev/null
+++ b/flite/get_flite.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+commit=6c9f20dc915b17f5619340069889db0aa007fcdc
+wget -O flite-$commit.zip https://github.com/festvox/flite/archive/$commit.zip
+unzip flite-$commit.zip