diff options
Diffstat (limited to 'compound-split/install-data-deps.sh')
-rwxr-xr-x | compound-split/install-data-deps.sh | 4 |
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 |