Skip to content

Instantly share code, notes, and snippets.

@sfan5
Forked from arsdragonfly/checkpae.sh
Last active December 20, 2015 10:59
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 sfan5/6120106 to your computer and use it in GitHub Desktop.
Save sfan5/6120106 to your computer and use it in GitHub Desktop.
Resolves the PlayerArgsEnd missing problem(prints the filenames that have it missing)
#!/bin/bash
# Put this into (worldname)/players folder and execute it
find . -type f -not -name "*.sh" | xargs grep -iL PlayerArgsEnd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment