mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-13 20:12:26 +00:00
Create /eval_base64.sh to overcome quoting and newline limitations. Documente poweroff's failure on readme.
3 lines
52 B
Bash
Executable File
3 lines
52 B
Bash
Executable File
#!/bin/sh
|
|
eval "$(printf "$lkmc_eval" | base64 -d)"
|