Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ESTO ES EL ARCHIVO 'libreria'
- fecha=$(date)
- read -p "Nombre: " nombre
- func_hola () {
- echo hola
- }
- ESTO EL ARCHIVO 'script.sh'
- #!/bin/bash
- source libreria
- echo $fecha
- echo $nombre
- func_hola
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement