This website requires JavaScript.
Explore
Help
Sign In
Core
/
melawy-dracut-ukify
Watch
1
Star
0
Fork
You've already forked melawy-dracut-ukify
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3505a83bf7
melawy-dracut-ukify
/
sign.sh
7 lines
82 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
for
i in *.zst
;
do
gpg --detach-sign --output
"
$i
.sig
"
"
$i
"
done
Reference in New Issue
View Git Blame
Copy Permalink