top of page

ASCII text design #ubuntu #ASCII #art

install boxes package under ubuntu

sudo apt-get install boxes

# creat an ASCII text box with message inside

echo "GOOD MORNING ! " | boxes -d peek

 
bottom of page