File: fetch-orig.sh

package info (click to toggle)
angular.js 1.8.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 46,680 kB
  • sloc: javascript: 232,261; sh: 703; pascal: 164; makefile: 139; xml: 6
file content (32 lines) | stat: -rw-r--r-- 583 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#!/bin/sh

VERSION=1.8.2

if [ $# = 1 ]; then
VERSION=$1
fi

echo $VERSION

URL=https://code.angularjs.org/$VERSION

wget $URL/angular.js
wget $URL/angular-animate.js
wget $URL/angular-aria.js
wget $URL/angular-cookies.js
wget $URL/angular-loader.js
wget $URL/angular-messages.js
wget $URL/angular-message-format.js
wget $URL/angular-mocks.js
wget $URL/angular-resource.js
wget $URL/angular-route.js
wget $URL/angular-sanitize.js
wget $URL/angular-scenario.js
wget $URL/angular-touch.js

wget $URL/angular-csp.css

wget $URL/version.json
wget $URL/version.txt

wget $URL/errors.json