#!/bin/sh for perl in urxvt/ext/* ; do perl -c "$perl" >/dev/null || exit 1 done printf 'All Perl scripts in urxvt/ext parsed successfully.\n'