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