Skip to content

Instantly share code, notes, and snippets.

View C0rporeus's full-sized avatar
🎯
Focusing

Yonathan Gutierrez Rodríguez - F3nr1r C0rporeus

🎯
Focusing
View GitHub Profile
@C0rporeus
C0rporeus / installDynamicBundle.sh
Created December 31, 2022 14:37
Script for install bundles in remote server for JbossFuse
#!/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 "