The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/psh

# This will eventually provide a thorough test of psh features.

!sleep 1&
builtin kill %1

sleep 1&jobs&fg&

exit