added old data
This commit is contained in:
6
project3/node_modules/jshint/bin/apply
generated
vendored
Executable file
6
project3/node_modules/jshint/bin/apply
generated
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/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');
|
Reference in New Issue
Block a user