Bash Agregar elemento al frente de la matriz
myArray=('myElement' "${myArray[@]}")
Brian Patterson
myArray=('myElement' "${myArray[@]}")