aboutsummaryrefslogtreecommitdiffstats
path: root/lib/underscore/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/underscore/update.sh')
-rwxr-xr-xlib/underscore/update.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/underscore/update.sh b/lib/underscore/update.sh
deleted file mode 100755
index 6e7bbe7d..00000000
--- a/lib/underscore/update.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-underscore=$(dirname $0)
-github='http://github.com/documentcloud/underscore/raw/master'
-
-wget $github/underscore-min.js -O $underscore/underscore-min.js
-wget $github/underscore.js -O $underscore/underscore.js