]> git.saurik.com Git - wxWidgets.git/blame - utils/wxPython/distrib/makexferzip
Trying to get the execute bit set but default...
[wxWidgets.git] / utils / wxPython / distrib / makexferzip
CommitLineData
f91cd389
RD
1#!/bin/bash
2
3cd ~/wx/utils/wxPython
4
5find . -name "*.py" > filelist
6find . -name "*.i" >> filelist
7find . -name "*.h" >> filelist
8find . -name "*.cpp" >> filelist
9
10cat filelist | zip -r -u -@ xfer.zip