Skip to content

Instantly share code, notes, and snippets.

@sfan5
sfan5 / checkpae.sh
Last active December 20, 2015 10:59 — forked from arsdragonfly/checkpae.sh
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