Guest User

Untitled

a guest
Apr 19th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. while true
  2. do
  3. echo 'Your pass: '
  4. read password
  5. if [ $password == 'qwerty' ]; then
  6. echo 'Nice!'
  7. break
  8. fi
Add Comment
Please, Sign In to add comment