#!/bin/sh
script=${1+"$@"}
src=$$.wh
bin=$$
perl -nle 'print if 1<$. || !/^#!/' $script > /tmp/$src
cd /tmp
/friends/bin/whitespace $src
rm $src