Skip to content

Instantly share code, notes, and snippets.

@ryangreenberg
Created August 17, 2012 17:24
Show Gist options
  • Save ryangreenberg/3380782 to your computer and use it in GitHub Desktop.
Save ryangreenberg/3380782 to your computer and use it in GitHub Desktop.
git sts
#!/usr/bin/env ruby -KU
space_shuttle = <<EOS
_
,' '.
/ \\
^ | _ | ^
| || / \\ || |
| |||.-.||| |
| ||| ||| |
| ||| ||| |
| ||| ||| |
| ||| ||| |
| ,' '. |
,'__ __`.
/____ | ____\\
/_\\ |_|_| /_\\
.: : : :.
: . : . : :
:: :: ::
: : .: :. : :
.: :.: : :. : .
: : .: : :: :
.: . : : ..
EOS
puts space_shuttle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment