proxmark3/client
Philippe Teuwen 797fa7d01a Tolerate exit-like calls from embedded Python script
Now sys.exit(0) is silently accepted, while
quit() / raise SystemExit / sys.exit() / sys.exit(n) / exit()
will output sth a warning such as
"Script terminated by SystemExit -1"

Still, don't call os._exit(0), it immediately exits.
2020-06-13 14:53:47 +02:00
..
android fix missing semi 2020-06-08 13:19:01 +02:00
cmdscripts
deps chg: cliparse should have atleast same file_max_path_len 2020-06-10 13:31:57 +02:00
dictionaries Additional CharlieCard Key 2020-06-12 20:01:55 -04:00
lualibs
luascripts make style 2020-06-08 03:15:10 +02:00
pyscripts theremin.py: quit when pm3 button is pressed 2020-06-10 01:18:26 +02:00
resources typo 2020-06-10 02:15:16 +02:00
src Tolerate exit-like calls from embedded Python script 2020-06-13 14:53:47 +02:00
CMakeLists.txt Android cross-compilation to client cmake 2020-06-12 23:28:38 +02:00
default_keys_dic2lua.awk
emojis_scrap_github.py make style 2020-04-16 09:01:14 +02:00
gen_pm3mfsim_script.sh
Makefile Add SKIPREADLINE support to make and cmake 2020-06-09 21:21:15 +02:00
pm3_cmd_h2lua.awk
README-bitlib