From 8ce195421e6af93ff4dc89cff0ab078033cf03eb Mon Sep 17 00:00:00 2001 From: fauno Date: Tue, 3 Sep 2024 15:23:18 -0300 Subject: [PATCH] feat: poder cambiar el servidor de la inbox --- lib/exec/publish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/exec/publish b/lib/exec/publish index 9971d88..9ec65af 100755 --- a/lib/exec/publish +++ b/lib/exec/publish @@ -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}