diff --git a/dash.sh b/dash.sh index 6cb781e..c3ee35f 100755 --- a/dash.sh +++ b/dash.sh @@ -14,5 +14,5 @@ fi #echo "$date_font $time_font $joke_font" date "+%a %b %e" | figlet -Wnctf "./fonts/$date_font" date "+%l:%M %p" | figlet -Wnctf "./fonts/$time_font" -echo -e "$joke" | figlet -nctf "./fonts/$joke_font" +echo -n -e "$joke" | figlet -nctf "./fonts/$joke_font"