mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-22 03:06:20 +10:00
6 lines
92 B
JavaScript
Executable File
6 lines
92 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
var main = require("../lib/main.js");
|
|
|
|
main.runMain(main.parseArgs());
|