diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2025-03-15 18:57:24 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2025-03-15 18:57:24 -0300 |
commit | 2aa1dea5126290ee6dadc0884a3d8e2791be04ef (patch) | |
tree | 0e488cfbf8bd6337fd194b1b6a467e2172e5ac54 /flite/get_flite.sh | |
parent | fee7157d84c3ce887a540be82dc7a7d2e0c8e368 (diff) |
add everything so far
Diffstat (limited to 'flite/get_flite.sh')
-rwxr-xr-x | flite/get_flite.sh | 5 |
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 |