Created
February 25, 2012 18:24
-
-
Save alexyoung/1909953 to your computer and use it in GitHub Desktop.
Unix License Plate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
tput civis | |
tput setab 255 | |
tput clear | |
./vpad.sh 7 | |
tput setaf 35 | |
figlet -w `tput cols` -c -f roman "UNIX" | |
./center.sh "LIVE FREE OR DIE" | |
read -s | |
tput sgr0 | |
tput cnorm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment