1 2 3 4 5 6 7 8 9 10 11
#!/bin/bash source $AK_LIBDIR/_ak_gpg if [ -z $1 ] then _ak_gpg_key_self_get_fingerprint elif [ -n "$1" ] then _ak_gpg_key_get_fingerprint_from_ipfs $1 fi