Created
August 18, 2020 22:28
-
-
Save lunasorcery/8f43d906502e7570eb4c61308ec44f73 to your computer and use it in GitHub Desktop.
This file contains 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
# https://twitter.com/lunasorcery/status/1295847638840020992 | |
echo "[ Now building... 4 hours remaining ]" | |
sleep 3 | |
echo "You can skip the wait by spending 40 gems." | |
echo "What would you like to do?" | |
read -p "> " | |
sleep 1 | |
echo "You don't have any gems to spend!" | |
echo "What would you like to do?" | |
read -p "> " | |
sleep 1 | |
echo "- 500 gems, \$2.99" | |
echo "- 900 gems, \$5.49" | |
echo "- 1,200 gems, \$6.99" | |
echo -e "- \033[96m 2,500 gems, \$13.99 (Most Popular!)\033[0m" | |
echo "- 6,500 gems, \$34.99" | |
echo -e "- \033[92m14,000 gems, \$69.99 (Best Value!)\033[0m" | |
echo "How many gems would you like to buy?" | |
read -p "> " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment