base/sign-dist.sh
2024-08-01 23:36:11 +03:00

5 lines
70 B
Bash
Executable File

#!/bin/bash
for f in dist/*.mpf; do
gpg --yes --detach-sign $f
done