mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
Add a shortcute for /eval.sh
Create /eval_base64.sh to overcome quoting and newline limitations. Documente poweroff's failure on readme.
This commit is contained in:
2
rootfs_overlay/eval_base64.sh
Executable file
2
rootfs_overlay/eval_base64.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
eval "$(printf "$lkmc_eval" | base64 -d)"
|
||||
Reference in New Issue
Block a user