This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# insert bundle name and password to connect to remote server | |
echo "Ingrese el nombre del bundle: " | |
read bundle_name | |
echo "Ingrese la contraseña para la conexión SSH: " | |
read -s password | |
# connect to remote server and install bundle whit expect (install expect before use this script) | |
expect -c " |