Skip to content

Instantly share code, notes, and snippets.

@SamPatt
Created January 2, 2020 23:31
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 SamPatt/974de851fe836e5823d35c1b635c3374 to your computer and use it in GitHub Desktop.
Save SamPatt/974de851fe836e5823d35c1b635c3374 to your computer and use it in GitHub Desktop.
Creates a colored OnionShare Logo in terminal
echo -e " \e[48;5;53m \e[0m "
echo -e "\e[1;37m \e[48;5;53m @@@@@@@@@ \e[0m "
echo -e "\e[1;37m \e[48;5;53m @@@@@@@@@@@@@@@@@@@ \e[0m "
echo -e "\e[1;37m \e[48;5;53m @@@@@@@@@@@@@@@@@@@@@@@@@ \e[0m "
echo -e "\e[1;37m \e[48;5;53m @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ \e[0m "
echo -e "\e[1;37m \e[48;5;53m @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ \e[0m \e[1;37m ___ _ "
echo -e "\e[1;37m \e[48;5;53m @@@@@@ @@@@@@@@@@@@@ \e[0m \e[1;37m / _ \ (_) "
echo -e "\e[1;37m \e[48;5;53m @@@@ @ @@@@@@@@@@@ \e[0m \e[1;37m| | | |_ __ _ ___ _ __ "
echo -e "\e[1;37m \e[48;5;53m @@@@@@@@ @@@@@@@@@@ \e[0m \e[1;37m| | | | '_ \| |/ _ \| '_ \ "
echo -e "\e[1;37m \e[48;5;53m @@@@@@@@@@@@ @@@@@@@@@@ \e[0m \e[1;37m\ \_/ / | | | | (_) | | | | "
echo -e "\e[1;37m \e[48;5;53m @@@@@@@@@@@@@@@@ @@@@@@@@@ \e[0m \e[1;37m \___/|_| |_|_|\___/|_| |_| "
echo -e "\e[1;37m \e[48;5;53m @@@@@@@@@ @@@@@@@@@@@@@@@@ \e[0m \e[1;37m _____ _ "
echo -e "\e[1;37m \e[48;5;53m @@@@@@@@@@ @@@@@@@@@@@@ \e[0m \e[1;37m/ ___| | "
echo -e "\e[1;37m \e[48;5;53m @@@@@@@@@@ @@@@@@@@ \e[0m \e[1;37m\\ \`--.| |__ __ _ _ __ ___ "
echo -e "\e[1;37m \e[48;5;53m @@@@@@@@@@@ @ @@@@ \e[0m \e[1;37m \`--. \ '_ \\ / _\` | '__/ _ \\"
echo -e "\e[1;37m \e[48;5;53m @@@@@@@@@@@@@ @@@@@@ \e[0m \e[1;37m/\__/ / | | | (_| | | | __/"
echo -e "\e[1;37m \e[48;5;53m @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ \e[0m \e[1;37m\____/|_| |_|\__,_|_| \___|"
echo -e "\e[1;37m \e[48;5;53m @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ \e[0m "
echo -e "\e[1;37m \e[48;5;53m @@@@@@@@@@@@@@@@@@@@@@@@@ \e[0m "
echo -e "\e[1;37m \e[48;5;53m @@@@@@@@@@@@@@@@@@@ \e[0m "
echo -e "\e[1;37m \e[48;5;53m @@@@@@@@@ \e[0m "
echo -e "\e[1;37m \e[48;5;53m \e[0m "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment