#!/usr/bin/perl -w
use strict;

my $args= join(" ", @ARGV);
exec "perl -Iblib/lib blib/script/psh -f pshrc $args";

