Skip to content

Instantly share code, notes, and snippets.

View sfan5's full-sized avatar

sfan5

  • Germany
  • 14:55 (UTC +02:00)
View GitHub Profile
@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