The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/bin/sh
#
# File: junker.sh
# Date: 19-Aug-2009
# By  : Kevin Esteb
#
# This procedure will dumpe the environment variables and sleep 240 seconds;
#
pwd
umask
#env
sleep 240
exit