added everything
This commit is contained in:
11
example/DeletePrefs.command
Executable file
11
example/DeletePrefs.command
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd "`dirname "$0"`"
|
||||
|
||||
find . -iname "prefs.cs" -print0 | xargs -0 rm -fv
|
||||
find . -iname "config.cs" -print0 | xargs -0 rm -fv
|
||||
find . -iname "prefs.cs.dso" -print0 | xargs -0 rm -fv
|
||||
find . -iname "config.cs.dso" -print0 | xargs -0 rm -fv
|
||||
find . -iname "banlist.cs" -print0 | xargs -0 rm -fv
|
||||
find . -iname "banlist.cs.dso" -print0 | xargs -0 rm -fv
|
||||
|
Reference in New Issue
Block a user