From 3987ccc007d2eb7b7bca64af2a0727ba1489b589 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Sat, 6 May 2023 01:48:31 -0700 Subject: [PATCH] added logo function --- functions | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/functions b/functions index 5e6df50..eba874f 100644 --- a/functions +++ b/functions @@ -444,6 +444,35 @@ ctrl_c(){ fail "User interrupted with Ctrl-C" } +prbl-logo(){ + echo -e \ +" + _!*(xL}}xvr!,. + >}KM3nLL}}}}}LLTh%5u>. + P8}. + ?g2!%888BBev****^!!!!!.LB&? + >gF=Rg88#5 ,^}#Be- + Pg'a888#B ,unnnnn}- .ZO_N#Bgr +-gZ-g888B, .U88!j#B#Qs. +.NM-D88N! .j888=XQQQOQQ= + 28>u8g< ,!!!!!!!!!!!!!!!!>LpQ888K,QQgy ,V> + _OM:K? .&#Q88888888888888#@@#888M:p##Q8G! . + ,WM!.!!^p#@@##Q88g8888QB#@@#Q888e!W#####BBg2! + .u&n^yg888Q##@@@@@@@@@@#B8888K*}Q###BQQQBB##gL. + _nDj?xPggg888QQQQQ888888Wx?zQ####BQB88&2vvnWQ( + .^yOjLLL}jP%OEOM5suLxLjQ#######Q#@Q8Z. r< + .!}%QQNWKessaG%gB###########BQ@@@#R?. + .!LP8B###Q5V%8B##B88QQB##BB#@@@@@Qe?, + _*TW#P_ !KQ#@BM^^}OB##BB#@@@@@@@Ba< + - + >sQ@@? + _nB#, + -hv +" +} # ensure ctrl-c to cancel script ends the entire process and not just the current function # trap ctrl_c INT # Commented out by default to prevent abnormal background exits