melawy-dracut-ukify/sign.sh

7 lines
82 B
Bash
Executable File

#!/bin/bash
for i in *.zst;
do
gpg --detach-sign --output "$i.sig" "$i"
done