Skip to content

Instantly share code, notes, and snippets.

@captbaritone
Created June 27, 2018 21:16
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 captbaritone/6001efcd33fc3e5d088dff79a21ed094 to your computer and use it in GitHub Desktop.
Save captbaritone/6001efcd33fc3e5d088dff79a21ed094 to your computer and use it in GitHub Desktop.
Tell if a skin is modern or not
#!/bin/bash
# Tell if a skin is modern or not
unzip -l $1 | grep -i "skin.xml" >/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment