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
runtc
View File

@@ -7,7 +7,7 @@ while getopts a:gh OPT; do
;;
h)
echo "https://github.com/cirosantilli/linux-kernel-module-cheat#runtc" 2>&1
exit 0
exit
;;
esac
done