mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
env.js
This commit is contained in:
5
rootfs_overlay/lkmc/nodejs/env.js
Executable file
5
rootfs_overlay/lkmc/nodejs/env.js
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
for (const key of Object.keys(process.env).sort()) {
|
||||
console.log(`${key} ${process.env[key]}`);
|
||||
}
|
||||
Reference in New Issue
Block a user