don't override gdb internal 'find' command via shell cmds (#182)

We keep 'find' inside but comment it out so future editors are
aware of why it is missing instead of assuming it was missing
by accident.
pull/187/head
Levente Polyak 9 years ago committed by Zach Riggle
parent 064a2c1ea8
commit 67b584ae13

@ -31,7 +31,7 @@ shellcmds = [
"diff",
"disasm", # pwntools
"egrep",
"find",
# "find", don't expose find as its an internal gdb command
"grep",
"htop",
"id",

Loading…
Cancel
Save