feat: poder cambiar el servidor de la inbox
This commit is contained in:
parent
cd0f5ea201
commit
8ce195421e
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user