mirror of
https://github.com/wassname/CanvasTextWrapper.git
synced 2026-07-26 13:08:15 +08:00
6 lines
178 B
JavaScript
Executable File
6 lines
178 B
JavaScript
Executable 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'); |