Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- clear
- echo -n "Enter your name: "
- read name
- if [ "$name" = "Stuart" ]
- then
- echo "bienvenido"
- elif [ "$name" = "change_to_name" ]
- then
- echo "comosta ka"
- else
- echo "I don't know you"
- fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement