summaryrefslogblamecommitdiff
path: root/build/update-creator.sh
blob: 7a2b6a7507bda4659a33c21891e0369c2f1d8a5c (plain) (tree)
1
2
3
4
5
6
7
8
9
         


     




                   

                          
#!/bin/sh

cd ..

find -name \*.cpp \
  -o -name \*.h \
  -o -name \*.am \
  -o -name \*.txt \
  -o -name \*.xml \
  -o -name \*.mana \
  | sort > manaverse.files