nodejs: start sketch

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-10-08 00:00:00 +00:00
parent 3c3deb14dc
commit a9856a47a8
3 changed files with 45 additions and 13 deletions

View File

@@ -0,0 +1,5 @@
#!/usr/bin/env node
for (const arg of process.argv) {
console.log(arg);
}