~z-man/armagetronad/0.2.9-armagetronad-sty+ct+ap-windows-ci-fix

1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
DIRS="tron engine win32 tools render ui network ."
rm filelist
for f in $DIRS ; do
  find src/$f -maxdepth 1  -name "*.h" >> filelist
done

find src \( -name "*.cpp" -o -name "*.in" \) >> filelist

cat filelist | shar -ST