Empty PhysX Template for ticket #1

This commit is contained in:
DavidWyand-GG 2012-09-19 11:48:32 -04:00
parent 40220512d3
commit 74f265b3b3
1578 changed files with 141031 additions and 0 deletions

View file

@ -0,0 +1,3 @@
#!/bin/sh
find "`dirname "$0"`" -type f \( -name "prefs.cs" -or -name "config.cs" -or -name "banlist.cs" -or -name "prefs.cs.dso" -or -name "config.cs.dso" -or -name "banlist.cs.dso" \) -exec rm {} \;