This commit is contained in:
committer@tuxwarrior
2025-05-12 05:05:29 -05:00
parent b64d116285
commit c971fd6327

View File

@@ -230,9 +230,9 @@ rshift() {
ascii() { ascii() {
if [[ -n $1 ]] ; then if [[ -n $1 ]] ; then
if [[ $1 == "banner" ]] && [[ -n $2 ]] ; then if [[ $1 == "banner" ]] && [[ -n $2 ]] ; then
figlet -f ANSI\ Shadow -w 200 $2 figlet -w 200 -f ANSI\ Shadow $2
elif [[ $1 == "date" ]] ; then elif [[ $1 == "date" ]] ; then
date | figlet -f future date | figlet -w 200 -f future
elif [[ $1 == "info" ]] ; then elif [[ $1 == "info" ]] ; then
echo "toilet -f future Hello, World!" echo "toilet -f future Hello, World!"
echo "figlet -f future Hello, World!" echo "figlet -f future Hello, World!"