mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
chg: remove double exit text
chg: escape chars didn't work on apple
This commit is contained in:
parent
9ba8655953
commit
c72548562e
3 changed files with 4 additions and 5 deletions
|
@ -69,7 +69,7 @@ struct receiver_arg {
|
|||
int run;
|
||||
};
|
||||
|
||||
#if defined(__linux__) || (__APPLE__)
|
||||
#if defined(__linux__)
|
||||
static void showBanner(void){
|
||||
printf("\n\n");
|
||||
printf("\e[34m██████╗ ███╗ ███╗ ████╗\e[0m ...iceman fork\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue