]> Pileus Git - ~andy/gtk/blob - examples/find-examples.sh
Add comment about gtk-1-3-win32-production branch currently being ahead in
[~andy/gtk] / examples / find-examples.sh
1 find . -name CVS -prune -o \
2      -not \( -type d -o -name Makefile.am -o -name find-examples.sh \) -print |
3     sed 's%\./\(.*\)%   examples/\1  \\%'
4 echo "  examples/find-examples.sh"