mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
Added honor to Iceman1001
Added star command in honor of @Iceman1001 hard work on this project
This commit is contained in:
parent
d7baee2f0c
commit
b0c160f236
1 changed files with 16 additions and 0 deletions
|
@ -210,6 +210,22 @@ int CmdsParse(const command_t Commands[], const char *Cmd) {
|
|||
return PM3_SUCCESS;
|
||||
}
|
||||
|
||||
if (strcmp(Cmd, "star") == 0) {
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
PrintAndLogEx(NORMAL, " \\o o/");
|
||||
PrintAndLogEx(NORMAL, " v\\ /v");
|
||||
PrintAndLogEx(NORMAL, " <\\ />");
|
||||
PrintAndLogEx(NORMAL, " |\\o/|");
|
||||
PrintAndLogEx(NORMAL, " _\\__o | o__/");
|
||||
PrintAndLogEx(NORMAL, " |/ \\|");
|
||||
PrintAndLogEx(NORMAL, " o/ \\o");
|
||||
PrintAndLogEx(NORMAL, " /v v\\");
|
||||
PrintAndLogEx(NORMAL, " /> <\\");
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
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