Skip to content

Instantly share code, notes, and snippets.

@RyanBallantyne
Created August 27, 2014 22:08
Show Gist options
  • Save RyanBallantyne/56ca797385e7a6d60f0a to your computer and use it in GitHub Desktop.
Save RyanBallantyne/56ca797385e7a6d60f0a to your computer and use it in GitHub Desktop.
#!/bin/bash
n=$(tput cols)
for ((i=0; i<n; i++)); do
echo -n '='
done;
echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment