Files
linux-kernel-module-cheat/rootfs_overlay/lkmc/nodejs/command_line_arguments.js
Ciro Santilli 六四事件 法轮功 50281d1db5 nodejs: file io
2019-10-08 00:00:01 +00:00

8 lines
140 B
JavaScript
Executable File

#!/usr/bin/env node
// https://cirosantilli.com/linux-kernel-module-cheat#node-js
for (const arg of process.argv) {
console.log(arg);
}