Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ddan9 authored Dec 27, 2020
1 parent ea5733a commit d01a597
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
spacing=" ---------------------------------------------------- "
lang=$(cat $HOME/EBomber/config/lang)
sleeptime=0.4
logo=$HOME/EBomber/config/logo.sh

clear

Expand All @@ -12,14 +13,7 @@ if [[ $lang = "" ]]

then

echo ""
echo " _____ _____ _____ _ _ _____ _____ _____ "
echo " | ___|| _ || _ || \ / || _ || ___|| _ | "
echo " | |__ | |_| )| | | || \/ || |_| )| |__ | |_| ) "
echo " | __| | _ ( | | | || \ / || _ ( | __| | _ ( "
echo " | |___ | |_| )| |_| || |\/| || |_| )| |___ | | \ \ "
echo " |_____||_____||_____||_| |_||_____||_____||_| \_\ "
echo ""
bash $logo

sleep $sleeptime

Expand Down

0 comments on commit d01a597

Please sign in to comment.