FaisalAhemdBijoy

and

Sep 16th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. # Hello World Program in Bash Shell
  2.  
  3. echo "Hello World!"
  4. age=20
  5. if [ $age -gt 15  -a  $age -le 30 ]
  6. then echo Accept
  7. else
  8. echo echo reject
  9. fi
Add Comment
Please, Sign In to add comment