Skip to content

Instantly share code, notes, and snippets.

@jglick
Created February 22, 2023 13:23
Show Gist options
  • Save jglick/9a3bce5eb63928f481d5b77253bafa22 to your computer and use it in GitHub Desktop.
Save jglick/9a3bce5eb63928f481d5b77253bafa22 to your computer and use it in GitHub Desktop.

Revisions

  1. jglick created this gist Feb 22, 2023.
    5 changes: 5 additions & 0 deletions catmani.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    #!/bin/sh
    for j in "$@"
    do
    unzip -p "$j" META-INF/MANIFEST.MF | perl -p -0777 -e 's/\r?\n //g'
    done