annotate en/examples/mq.tools @ 36:5cee64874312
Require examples to be executable, so it's easier to see them with "ls".
author |
Bryan O'Sullivan <bos@serpentine.com> |
date |
Mon Jul 17 00:00:12 2006 -0700 (2006-07-17) |
parents |
187702df428b |
children |
6f37e6a7d8cd |
rev |
line source |
bos@19
|
1 cp $EXAMPLE_DIR/data/remove-redundant-null-checks.patch .
|
bos@19
|
2
|
bos@19
|
3 #$ name: tools
|
bos@19
|
4 diffstat -p1 remove-redundant-null-checks.patch
|
bos@19
|
5
|
bos@19
|
6 filterdiff -i '*/video/*' remove-redundant-null-checks.patch
|
bos@19
|
7
|
bos@19
|
8 #$ name: lsdiff
|
bos@19
|
9 lsdiff -nvv remove-redundant-null-checks.patch
|