Added sign

This commit is contained in:
Valeria Fadeeva 2023-04-16 02:58:47 +05:00
parent 068f8d9489
commit 9c70f8b465
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