Skip to content

Instantly share code, notes, and snippets.

@cjohnson496
Forked from oodavid/seeyouspacecowboy.sh
Created December 8, 2016 19:41
Show Gist options
  • Save cjohnson496/39496cc0d042d7b5a15e710e07b7f348 to your computer and use it in GitHub Desktop.
Save cjohnson496/39496cc0d042d7b5a15e710e07b7f348 to your computer and use it in GitHub Desktop.
#!/bin/bash
#
# https://gist.github.com/oodavid/40fa04325f2b762dfb9e
#
# 1 - Copy this file to your home directory
# 2 - Add the following line to ~/.bash_logout
# /bin/bash ~/seeyouspacecowboy.sh; sleep 1
# 3 - Add the following to ~/bashrc
# trap_exit() {
# . "$HOME/.bash_logout"
# }
#
echo -e '\x1b[38;5;160;01m .d8888b. 8888888888 8888888888 Y88b d88P .d88888b. 888 888 '
echo -e '\x1b[38;5;196;01m d88P Y88b 888 888 Y88b d88P d88P" "Y88b 888 888 '
echo -e '\x1b[38;5;202;01m "Y888b. 8888888 8888888 Y888P 888 888 888 888 '
echo -e '\x1b[38;5;208;01m "Y88b. 888 888 888 888 888 888 888 '
echo -e '\x1b[38;5;214;01m "888 888 888 888 888 888 888 888 '
echo -e '\x1b[38;5;220;01m Y88b d88P 888 888 888 Y88b. .d88P Y88b. .d88P '
echo -e '\x1b[38;5;226;01m "Y8888P" 8888888888 8888888888 888 "Y88888P" "Y88888P" '
echo -e '\x1b[38;5;190;01m .d8888b. 8888888b. d8888 .d8888b. 8888888888 '
echo -e '\x1b[38;5;154;01m d88P Y88b 888 Y88b d88888 d88P Y88b 888 '
echo -e '\x1b[38;5;118;01m "Y888b. 888 d88P d88P 888 888 8888888 '
echo -e '\x1b[38;5;046;01m "Y88b. 8888888P" d88P 888 888 888 '
echo -e '\x1b[38;5;047;01m "888 888 d88P 888 888 888 888 '
echo -e '\x1b[38;5;048;01m Y88b d88P 888 d8888888888 Y88b d88P 888 '
echo -e '\x1b[38;5;049;01m "Y8888P" 888 d88P 888 "Y8888P" 8888888888 '
echo -e '\x1b[38;5;051;01m .d8888b. .d88888b. 888 888 888888b. .d88888b. Y88b d88P '
echo -e '\x1b[38;5;039;01m d88P Y88b d88P" "Y88b 888 o 888 888 "88b d88P" "Y88b Y88b d88P '
echo -e '\x1b[38;5;027;01m 888 888 888 888 d888b 888 8888888K. 888 888 Y888P '
echo -e '\x1b[38;5;021;01m 888 888 888 888d88888b888 888 "Y88b 888 888 888 '
echo -e '\x1b[38;5;021;01m 888 888 888 888 88888P Y88888 888 888 888 888 888 '
echo -e '\x1b[38;5;057;01m Y88b d88P Y88b. .d88P 8888P Y8888 888 d88P Y88b. .d88P 888 '
echo -e '\x1b[38;5;093;01m "Y8888P" "Y88888P" 888P Y888 8888888P" "Y88888P" 888 '
tput sgr0 # Reset colors to "normal"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment