diff options
Diffstat (limited to 'compound-split/install-data-deps.sh')
-rwxr-xr-x | compound-split/install-data-deps.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/compound-split/install-data-deps.sh b/compound-split/install-data-deps.sh new file mode 100755 index 00000000..942bfdcd --- /dev/null +++ b/compound-split/install-data-deps.sh @@ -0,0 +1,9 @@ +#!/bin/sh +set -e + +data_version=csplit-data-01.tar.gz + +curl -f http://demo.clab.cs.cmu.edu/cdec/$data_version -o $data_version + +tar xzf $data_version + |