diff options
Diffstat (limited to 'update-creator.sh')
-rwxr-xr-x | update-creator.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/update-creator.sh b/update-creator.sh new file mode 100755 index 000000000..edda56131 --- /dev/null +++ b/update-creator.sh @@ -0,0 +1,8 @@ +#!/bin/sh +find -name \*.cpp \ + -o -name \*.h \ + -o -name \*.am \ + -o -name \*.txt \ + -o -name \*.xml \ + -o -name \*.mana \ + | sort > mana.files |