Sign in
apache
/
couchdb-nmo
/
refs/heads/replicate
/
.
/
node_modules
/
jshint
/
bin
/
apply
blob: 35724fe66d10785051848bc2bbe05a0a5677d5d5 [
file
]
#!/usr/bin/env node
var
shjs
=
require
(
"shelljs"
);
var
url
=
"https://github.com/jshint/jshint/pull/"
+
process
.
argv
[
2
]
+
".diff"
;
shjs
.
exec
(
'curl "'
+
url
+
'" | git apply'
);