mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
interpreters: start python, create move Node.js in
This commit is contained in:
1
rootfs_overlay/lkmc/python/README.adoc
Normal file
1
rootfs_overlay/lkmc/python/README.adoc
Normal file
@@ -0,0 +1 @@
|
||||
https://cirosantilli.com/linux-kernel-module-cheat#python
|
||||
3
rootfs_overlay/lkmc/python/hello.py
Executable file
3
rootfs_overlay/lkmc/python/hello.py
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env python3
|
||||
# https://cirosantilli.com/linux-kernel-module-cheat#python
|
||||
print('hello')
|
||||
Reference in New Issue
Block a user