chg: remove double exit text

chg: escape chars didn't work on apple
This commit is contained in:
iceman1001 2018-02-05 16:38:00 +01:00
commit c72548562e
3 changed files with 4 additions and 5 deletions

View file

@ -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");