Skip to content

Instantly share code, notes, and snippets.

@roktas
Created April 14, 2014 21:42
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 roktas/10684703 to your computer and use it in GitHub Desktop.
Save roktas/10684703 to your computer and use it in GitHub Desktop.
#!/bin/bash
printf "\r\r\r"
echo
echo -en "\e[36;01m"
echo ' ____'
echo ' /\ \'
echo '/ \___\'
echo '\ / /'
echo -n ' \/___/'
echo -en "\e[0m"
echo -en "\e[33;01m"
echo ' ______________'
echo ' /\ /\'
echo ' /_____________/__\'
echo ' \ / \ /'
echo ' \/____________\/'
echo -en "\e[0m"
echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment