Skip to content

Instantly share code, notes, and snippets.

@lunasorcery
Created August 18, 2020 22:28
Show Gist options
  • Save lunasorcery/8f43d906502e7570eb4c61308ec44f73 to your computer and use it in GitHub Desktop.
Save lunasorcery/8f43d906502e7570eb4c61308ec44f73 to your computer and use it in GitHub Desktop.
# 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