echo "WARNING! This removes any files in the config/ web/ and vendor/ directories."
echo "Are you sure you want to continue?"
echo
-read -p "Type ${CONFIRMATION_STRING} to confirm: " INPUT
+read -r -p "Type ${CONFIRMATION_STRING} to confirm: " INPUT
run() {
echo "$@"