#!/usr/bin/perl chdir shift or die "Failed to chdir: $!"; exec "/usr/bin/sh" or die "Failed to exec /usr/bin/sh: $!"; __END__