summaryrefslogtreecommitdiff
path: root/update-creator.sh
blob: 781261f5d6b53deb7742930803062af3c037183c (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh
find -name \*.cpp \
  -o -name \*.h \
  -o -name \*.am \
  -o -name \*.txt \
  -o -name \*.xml \
  -o -name \*.manaplus \
  | sort > manaplus.files