const { modprobe } = require('/chibrax/kernel.js') if(process.argv[3])modprobe(process.argv[3]) else console.log("missing argument")