# The following sources all perl scripts in /etc/pshrc.d, thus allowing for
# modularized customization of the shell environment
if ( -d '/etc/pshrc.d') {
  forfile '/etc/pshrc.d/*.pl' Psh::process_file($_);
}  
