From c9c24300c2831b23bb6998ecf1ef4a7a52a1476b Mon Sep 17 00:00:00 2001 From: rzen Date: Sat, 9 Mar 2024 06:43:45 -0500 Subject: [PATCH] add -n to echo --- dash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"