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
Loggerhead is a web-based interface for Breezy Version: 2.0.1