feat: poder cambiar el servidor de la inbox

This commit is contained in:
fauno 2024-09-03 15:23:18 -03:00
parent cd0f5ea201
commit 8ce195421e

View File

@ -23,9 +23,10 @@
requires curl
while getopts "dh" arg; do
while getopts "dhu:" arg; do
case $arg in
h) help ${self} ; exit 0;;
u) export KEYSERVER="$OPTARG" ;;
esac
done
let OPTIND--; shift ${OPTIND}