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