summaryrefslogtreecommitdiff
path: root/compound-split/install-data-deps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'compound-split/install-data-deps.sh')
-rwxr-xr-xcompound-split/install-data-deps.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/compound-split/install-data-deps.sh b/compound-split/install-data-deps.sh
index 942bfdcd..72cdc80e 100755
--- a/compound-split/install-data-deps.sh
+++ b/compound-split/install-data-deps.sh
@@ -3,7 +3,11 @@ set -e
data_version=csplit-data-01.tar.gz
+ROOTDIR=`dirname $0`
+cd $ROOTDIR
+
curl -f http://demo.clab.cs.cmu.edu/cdec/$data_version -o $data_version
tar xzf $data_version
+rm -f $data_version