readme: move build and run docs in

This commit is contained in:
Ciro Santilli
2018-08-13 23:13:39 +01:00
parent d38a99754c
commit 0f5c5a9912
7 changed files with 152 additions and 144 deletions

2
getvar
View File

@@ -4,7 +4,7 @@ while getopts ha:gL:M:N:n:Q:t: OPT; do
case "$OPT" in
h)
echo "https://github.com/cirosantilli/linux-kernel-module-cheat#getvar" 2>&1
exit 0
exit
;;
a)
common_arch="$OPTARG"