mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
7 lines
220 B
Bash
Executable file
7 lines
220 B
Bash
Executable file
#!/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
|