]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdscript.c
Minor fixes, added some functionality to send data, but still some way to go
[proxmark3-svn] / client / cmdscript.c
index f9bbe56e0ed61a50b1bf8dbe4b6b31251c21d20b..bd4a300686ab14b404c6974b6cbaa46d904461d5 100644 (file)
@@ -218,7 +218,7 @@ int CmdRun(const char *Cmd)
     char buf[256];
     snprintf(buf, sizeof buf, "./scripts/%s", cmd_name);
 
-    printf("Executing file '%s'\n---------------------------\n" , cmd_name);
+    printf("-----Executing file '%s'\n" , cmd_name);
     // run the Lua script
 
     int error = luaL_loadfile(lua_state, buf);
@@ -241,6 +241,6 @@ int CmdRun(const char *Cmd)
     //luaL_dofile(lua_state, buf);
     // close the Lua state
     lua_close(lua_state);
-    printf("-----------------Finished\n");
+    printf("\n-----Finished\n");
 }
 
Impressum, Datenschutz