mkdir /tmp/k&&cd /tmp/k&&printf '#include<linux/kernel.h>\n#include<linux/module.h>\nMODULE_LICENSE("GPL");int init_module(void){panic("");return 0;}'>k.c&&printf 'obj-m +=k.o\nall:\n\tmake -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules'>Makefile&&make&&sudo insmod k.ko
@boots this is like the least obfuscated thing I've ever seen you post