]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
(no commit message)
authormicki.held@gmx.de <micki.held@gmx.de@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Mon, 8 Jul 2013 17:56:05 +0000 (17:56 +0000)
committermicki.held@gmx.de <micki.held@gmx.de@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Mon, 8 Jul 2013 17:56:05 +0000 (17:56 +0000)
client/cmdmain.c

index 9da1b308282fc53d21c4a6b125c8c7bb6c3c9cb3..d6ddb9a04e806c267113f82b18c57f8f2a431a6f 100644 (file)
@@ -24,7 +24,6 @@
 #include "cmdlf.h"
 #include "cmdmain.h"
 #include "util.h"
-#include "cmdscript.h"
 
 unsigned int current_command = CMD_UNKNOWN;
 //unsigned int received_command = CMD_UNKNOWN;
@@ -51,7 +50,6 @@ 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