Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3.  
  4. read -p 'we are talking about ' w
  5. read -p 'i am better than you because ' r
  6. read -p 'the way you are doing things is not good enough because ' p
  7. echo 'u are better than everyone because' $r
  8. echo 'people are doing bad because' $p
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement