mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
coffee
This commit is contained in:
parent
6f869cb462
commit
06dfa3c32d
1 changed files with 6 additions and 0 deletions
|
@ -186,6 +186,12 @@ int CmdsParse(const command_t Commands[], const char *Cmd) {
|
|||
dumpCommandsRecursive(Commands, 1);
|
||||
return PM3_SUCCESS;
|
||||
}
|
||||
|
||||
if (strcmp(Cmd, "coffee") == 0) {
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
PrintAndLogEx(NORMAL, " ((\n ))\n" _YELLOW_(" .______.\n | |]\n \\ /\n `----´\n\n"));
|
||||
return PM3_SUCCESS;
|
||||
}
|
||||
|
||||
char cmd_name[128];
|
||||
memset(cmd_name, 0, sizeof(cmd_name));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue