This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://docs.keyoxide.org/service-providers/github/
[Verifying my OpenPGP key: openpgp4fpr:FC6B0615713F2CEE7006C73B86CFFBB057876A74]
#!/usr/bin/env bash | |
EXT=".bak." | |
if [ -z "$1" ] || [ ! -f "$1" ]; then | |
echo "Usage: $0 <file> [max_backups]" | |
exit 1 | |
fi | |
file="$1" |
This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://docs.keyoxide.org/service-providers/github/
[Verifying my OpenPGP key: openpgp4fpr:FC6B0615713F2CEE7006C73B86CFFBB057876A74]