Skip to content

Instantly share code, notes, and snippets.

@Trippnology
Created January 18, 2013 23:35
Show Gist options
  • Save Trippnology/4569601 to your computer and use it in GitHub Desktop.
Save Trippnology/4569601 to your computer and use it in GitHub Desktop.
Shell: ASCII border
box() { t="$1xxxx";c=${2:-=}; echo ${t//?/$c}; echo "$c $1 $c"; echo ${t//?/$c}; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment