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