#!/bin/sh
T=/tmp/i;tail -n+3 $0|zcat>$T;chmod +x $T;$T;rm $T;exit
