summaryrefslogtreecommitdiff
path: root/regress/simulation/.check
blob: 973992a1ee0a61a5b8b9924fc930675f644b8b73 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

tmp=/tmp/buffer$$
trap "rm -f $tmp" 0 1 3 15

find ../../ -type f -print |\
egrep -v 'cpan|CVS|regress|__template|\.ps$' > $tmp

egrep '__[A-Z]' `cat $tmp`|\
egrep -v '__FILE__|__END__|__DATA__'