Created
August 18, 2018 17:30
-
-
Save gabefair/08a365896509b53e8c70edcdfd4b3fd9 to your computer and use it in GitHub Desktop.
Cool terminal text
This file contains hidden or 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
#!/bin/bash | |
cat << EOF | |
███████╗███████╗████████╗██╗ ██╗ | |
██╔════╝██╔════╝╚══██╔══╝██║ ██║ by Adrian Vollmer | |
███████╗█████╗ ██║ ███████║ [email protected] | |
╚════██║██╔══╝ ██║ ██╔══██║ SySS GmbH, 2017 | |
███████║███████╗ ██║ ██║ ██║ https://www.syss.de | |
╚══════╝╚══════╝ ╚═╝ ╚═╝ ╚═╝ | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment