]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdmain.c
Revoked unintended commit of cmdmain.c to scripting branch in r754.
[proxmark3-svn] / 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