]>
git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/distrib/makexferzip
5 find .
-name "*.py" > filelist
6 find .
-name "*.i" >> filelist
7 find .
-name "*.h" >> filelist
8 find .
-name "*.cpp" >> filelist
10 cat filelist
| zip -r -u -@ xfer.
zip