1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-22 15:57:15 +00:00
borg/scripts/sign-binaries
2016-07-07 19:02:50 +02:00

9 lines
139 B
Bash
Executable file

#!/bin/bash
# usage: sign-binaries 201512312359
for file in dist/borg-*; do
gpg --armor --detach-sign $file
done
touch -t $1 dist/*