mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 11:41:35 +01:00
nodejs: file io
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
// https://cirosantilli.com/linux-kernel-module-cheat#node-js
|
||||
|
||||
for (const arg of process.argv) {
|
||||
console.log(arg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user