aboutsummaryrefslogtreecommitdiff
path: root/test/urxvt
blob: 71970b8ff5d56e04400a2d0d60ba5e6db86f52bc (plain) (blame)
1
2
3
4
5
6
#!/bin/sh
for perl in urxvt/ext/* ; do
    [ -e "$perl" ] || continue
    perl -c "$perl" >/dev/null || exit
done
printf 'All Perl scripts in urxvt/ext parsed successfully.\n'