Advertisement
Guest User

Untitled

a guest
Apr 4th, 2020
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.08 KB | None | 0 0
  1. #!/bin/bash
  2. clear
  3. read -p "Dime tu nombre"
  4. echo "te llamas $REPLY"
  5.  
  6. exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement