Skip to content

Instantly share code, notes, and snippets.

@alexyoung
Created February 25, 2012 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexyoung/1909953 to your computer and use it in GitHub Desktop.
Save alexyoung/1909953 to your computer and use it in GitHub Desktop.
Unix License Plate
#!/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