Draw and display boxes around text in the terminal.
Create boxes in the terminal
boxes$ echo 'Hello World' | boxes$ echo 'Important Message' | boxes -d stone$ printf 'Line 1\nLine 2\nLine 3' | boxes -d diamond$ echo 'Padded Text' | boxes -p a2$ boxes -l