Skip to content

Instantly share code, notes, and snippets.

@Kr3m
Created January 19, 2023 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kr3m/f0300ce939f242b020334a36c397e4e6 to your computer and use it in GitHub Desktop.
Save Kr3m/f0300ce939f242b020334a36c397e4e6 to your computer and use it in GitHub Desktop.
Output map names in pk3 files.
#!/bin/bash
find /home/qlserver/serverfiles/steamapps/workshop/content/282440 -name '*.pk3' -exec zipinfo -1 {} \; | grep '.bsp' | sed 's/^\(maps\/\)*//' | sed -e 's/\(.bsp\)*$//g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment