Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- # Este script va a mostar el Tipo de tu Mascosta y su Nombre
- MASCOTA="Gato"
- NOMBRE_MASCOTA="Daniel"
- nueva_linea="\n"
- echo -e "Mi mascota es un(a) $MASCOTA"
- echo -e "$nueva_linea""y su nombre es $NOMBRE_MASCOTA."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement