Files
wxWidgets/wxPython/distrib/makexferzip
T
2000-07-15 19:51:35 +00:00

11 lines
205 B
Bash
Executable File

#!/bin/bash
cd ~/wx/utils/wxPython
find . -name "*.py" > filelist
find . -name "*.i" >> filelist
find . -name "*.h" >> filelist
find . -name "*.cpp" >> filelist
cat filelist | zip -r -u -@ xfer.zip