aboutsummaryrefslogtreecommitdiff
path: root/lint/urxvt.sh
blob: 6e5fb5036851f23217f65912a073c5ee9709ab69 (plain) (blame)
1
2
3
4
5
set --
for pl in urxvt/ext/*.pl ; do
    set -- "$@" "${pl%.pl}"
done
perlcritic --brutal -- "${pl%.pl}"