This website requires JavaScript.
Explore
Help
Sign In
Core
/
melawy-refind-menu-generator
Watch
1
Star
0
Fork
You've already forked melawy-refind-menu-generator
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Added sign
Browse Source
...
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
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
6
sign.sh
Executable file
Unescape
Escape
View File
@ -0,0 +1,6 @@
#!/bin/bash
for
i in *.zst
;
do
gpg --detach-sign --output
"
$i
.sig
"
"
$i
"
done
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
Core/melawy-refind-menu-generator
Title
Body
Create Issue