#!/bin/sh firmador_libre() { FIRMADOR="https://firmador.libre.cr/firmador.jar" if [ "$FILE" = "ClientesMac_rev34.zip" ] ; then echo elif [ "$FILE" = "ClientesLinux_DEB64_Rev25.zip" ] ; then DIR="$HOME/.local/share/firmador" elif [ "$FILE" = "ClientesLinux_CentOS7_Rev6" ] ; then echo elif [ "$FILE" = "ClientesLinux_RPM64_Rev24" ] ; then echo fi mkdir -p "$DIR" (cd "$DIR" && curl -O "$FIRMADOR") # DESKTOP }