mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
4 lines
98 B
Python
Executable File
4 lines
98 B
Python
Executable File
#!/usr/bin/env python3
|
|
# https://cirosantilli.com/linux-kernel-module-cheat#python
|
|
print('hello')
|