Added sign

This commit is contained in:
Valeria Fadeeva 2023-04-16 02:59:10 +05:00
parent 5da960a8bd
commit 3505a83bf7
1 changed files with 6 additions and 0 deletions

6
sign.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
for i in *.zst;
do
gpg --detach-sign --output "$i.sig" "$i"
done