update-filelist.sh 123 B

12345
  1. #!/bin/sh
  2. cd ../..
  3. find tools/miniswig src -name "*.cpp" -o -name "*.hpp" -o -name "*.h" > supertux.kdevelop.filelist
  4. cd -