mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
4 lines
104 B
JavaScript
Executable File
4 lines
104 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
// https://cirosantilli.com/linux-kernel-module-cheat#node-js
|
|
console.log('hello');
|