Advertisement
Guest User

Untitled

a guest
Oct 7th, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. #!/bin/bash
  2. echo -n "Welcome To Type Racer, type 'start' to start :P"
  3. if read -t 1 response; then
  4. echo "This Game is Going to be easy for you"
  5. else
  6. echo "This Might Be Hard For you :P"
  7. if
  8. echo -n "Type 'you are awesome'"
  9. if read -t 3 response; then
  10. echo "Great, you made it in time, you Win!"
  11. else
  12. echo "Sorry, you are too slow, Try Again :P"
  13. if
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement