]> git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/distrib/makexferzip
More fixes for the OGL wrapper and some other updates.
[wxWidgets.git] / utils / wxPython / distrib / makexferzip
1 #!/bin/bash
2
3 cd ~/wx/utils/wxPython
4
5 find . -name "*.py" > filelist
6 find . -name "*.i" >> filelist
7 find . -name "*.h" >> filelist
8 find . -name "*.cpp" >> filelist
9
10 cat filelist | zip -r -u -@ xfer.zip