mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
Add client option -i
to stay in interactive mode after a script or command
From 5a3f474331
with some fix in the logical flow
This commit is contained in:
parent
88d2a61c0b
commit
1cb039255e
6 changed files with 28 additions and 15 deletions
|
@ -26,7 +26,7 @@ extern "C" {
|
|||
|
||||
const char *get_my_executable_path(void);
|
||||
const char *get_my_executable_directory(void);
|
||||
void main_loop(char *script_cmds_file, char *script_cmd);
|
||||
void main_loop(char *script_cmds_file, char *script_cmd, bool stayInCommandLoop);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue