]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Revoked unintended commit of cmdmain.c to scripting branch in r754.
authormicki.held@gmx.de <micki.held@gmx.de@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Wed, 10 Jul 2013 05:10:58 +0000 (05:10 +0000)
committermicki.held@gmx.de <micki.held@gmx.de@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Wed, 10 Jul 2013 05:10:58 +0000 (05:10 +0000)
client/cmdmain.c

index d6ddb9a04e806c267113f82b18c57f8f2a431a6f..9da1b308282fc53d21c4a6b125c8c7bb6c3c9cb3 100644 (file)
@@ -24,6 +24,7 @@
 #include "cmdlf.h"
 #include "cmdmain.h"
 #include "util.h"
+#include "cmdscript.h"
 
 unsigned int current_command = CMD_UNKNOWN;
 //unsigned int received_command = CMD_UNKNOWN;
@@ -50,6 +51,7 @@ static command_t CommandTable[] =
   {"hw",    CmdHW,    1, "{ Hardware commands... }"},
   {"lf",    CmdLF,    1, "{ LF commands... }"},
   {"quit",  CmdQuit,  1, "Quit program"},
+  {"script", CmdScript,   1,"Run script"},
   {NULL, NULL, 0, NULL}
 };
 
Impressum, Datenschutz