-
-
Save sfan5/6120106 to your computer and use it in GitHub Desktop.
Resolves the PlayerArgsEnd missing problem(prints the filenames that have it missing)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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