mirror of
https://github.com/Cute-Dress/Dress.git
synced 2025-03-03 04:13:40 +08:00
1 line
121 B
Bash
1 line
121 B
Bash
|
for file in *.webp; do echo $file $file.sig; gpg -u 1F017CCB7C3BFE6CEA4F5D5D3127DF05A772B61D -o $file.sig -ab $file; done
|