Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- read -p "Enter a password: " pass
- if test "$pass" = "rachel831"
- then
- echo "Password verified."
- else
- echo "Access denied."
- fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement