From 0964b959fc2be173a2adbd52d2d1d143f7458496 Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Mon, 10 Feb 2014 21:41:57 -0500 Subject: transition away from checking in big data files --- compound-split/install-data-deps.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 compound-split/install-data-deps.sh (limited to 'compound-split/install-data-deps.sh') 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 + -- cgit v1.2.3