File: fetch-latest

package info (click to toggle)
node-jsonld 8.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,056 kB
  • sloc: javascript: 17,272; makefile: 14; sh: 4
file content (9 lines) | stat: -rwxr-xr-x 545 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# Fetch latest files from github.
# https://github.com/w3c/web-platform-tests/tree/master/resources
# https://github.com/w3c/web-platform-tests/tree/master/resources/webidl2/lib

curl -o testharness.js-new https://raw.githubusercontent.com/w3c/web-platform-tests/master/resources/testharness.js
curl -o idlharness.js-new https://raw.githubusercontent.com/w3c/web-platform-tests/master/resources/idlharness.js
curl -o WebIDLParser.js-new https://raw.githubusercontent.com/w3c/web-platform-tests/master/resources/webidl2/lib/webidl2.js