fish: add JAR manifest function
This commit is contained in:
parent
9c2cdffb7d
commit
7b19872141
3
fish/functions/manifest.fish
Normal file
3
fish/functions/manifest.fish
Normal file
@ -0,0 +1,3 @@
|
||||
function manifest --argument-name jar_file
|
||||
unzip -p "$jar_file" META-INF/MANIFEST.MF
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user