#!/bin/sh uid=$(gpg -K --with-colons | grep '^uid:' | cut -d: -f10) || exit [ "$uid" ] || exit exec git tag -u "$uid" "$@"