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, 7 insertions, 0 deletions
diff --git a/lib/underscore/update.sh b/lib/underscore/update.sh
new file mode 100755
index 00000000..6e7bbe7d
--- /dev/null
+++ b/lib/underscore/update.sh
@@ -0,0 +1,7 @@
+#!/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