Advertisement
Guest User

Untitled

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