failed attempt at trace2line

This commit is contained in:
Ciro Santilli
2018-09-05 09:47:12 +01:00
parent 485c071a4d
commit df47eba450
2 changed files with 54 additions and 23 deletions

View File

@@ -3,7 +3,7 @@
while getopts "h${common_getopts_flags}" OPT; do
case "$OPT" in
h)
echo "https://github.com/cirosantilli/linux-kernel-module-cheat#getvar" 2>&1
echo "https://github.com/cirosantilli/linux-kernel-module-cheat#bisection" 2>&1
exit
;;
?)