diff --git a/install-Shapes.sh b/install-Shapes.sh new file mode 100755 index 0000000..6383d05 --- /dev/null +++ b/install-Shapes.sh @@ -0,0 +1,14 @@ +#!/bin/bash +echo "Cierre DIA si lo tiene abierto" +read -p "Y pulse INTRO para continuar " +echo +LISTA=(Ordenador Redes Internet Servidores-Isometrico Seguridad-Isomatrico) +# Recorremos Shapes/Sheets y Copiamos +for i in $(echo ${!LISTA[@]}) +do + echo " Copiando ${LISTA[$i]}" + cp ${LISTA[$i]}/shapes/* ~/.dia/shapes/ + cp ${LISTA[$i]}/sheets/* ~/.dia/sheets/ +done +echo "Abra DIA y compruebe el nuevo conjunto de Iconos" +echo