You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
733 B
Bash

printf "BOOTING...\n\n"
# fullname="USER INPUT"
read -p " $ Enter username: " fullname
# user="USER INPUT"
read -p " $ Enter password: " password
if [[ $password == "glove" ]];
then
printf " $ Welcome stranger, thank you for awakaning me.\n Even though my sleep was good, it's good to look into the big wide world once in a while. What's the last time you've looked up?\n"
else
printf " $ Incorrect. \n\n . \ | / . \ | / . \ | / . \ | / . \ | / . \ | / . \ | / . \ | / . \ | / . \n\nA shock of electricity sparks out from chopchop! You are electrified for a brief moment.\n\nHmm. Maybe there's a problem with the power source?\n \n . / | \ . / | \ . / | \ . / | \ . / | \ . / | \ . / | \ . / | \ . / | \ . "
fi