#!/bin/bash
echo "Initializing..."
sleep 1
echo "Enter pill colour - Red or Blue:"
echo "Remember - If you take the red pill, you stay in Wonderland, and I show you how deep the rabbit hole goes. Else, stay and believe whatever you want to believe."
echo "So, what is your choice?"
read -p ">> " colour
...








