Files
linux-kernel-module-cheat/rootfs_overlay/etc/init.d/S99
Ciro Santilli edc6e14c8c S99
2017-06-28 23:08:31 +01:00

5 lines
47 B
Bash
Executable File

#!/bin/sh
echo 'S99'
# insmod /hello.ko
exit 0