mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 12:04:27 +01:00
rungdb, gem5-shell and ./run -u ported
This commit is contained in:
2
getvar
2
getvar
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
import common
|
||||
parser = common.get_argparse(
|
||||
description='https://github.com/cirosantilli/linux-kernel-module-cheat#getvar'
|
||||
argparse_args={'description':'https://github.com/cirosantilli/linux-kernel-module-cheat#getvar'}
|
||||
)
|
||||
parser.add_argument('variable')
|
||||
args = common.setup(parser)
|
||||
|
||||
Reference in New Issue
Block a user