fish: add JAR manifest function

This commit is contained in:
Charles Gould 2020-03-13 01:41:49 -04:00
parent 9c2cdffb7d
commit 7b19872141

View File

@ -0,0 +1,3 @@
function manifest --argument-name jar_file
unzip -p "$jar_file" META-INF/MANIFEST.MF
end