Guest User

Untitled

a guest
May 20th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. #!/bin/bash
  2. if [ $1 ]
  3. then
  4. echo "Bonjour" $1
  5. else
  6. echo "Bonjour $USER"
  7. fi
Add Comment
Please, Sign In to add comment