#!/bin/sh -- # A comment mentioning perl to prevent looping. eval 'exec `which perl` -S $0 ${1+"$@"}' if 0; # The above 3 lines perform magic: they cause this script to be fed # to perl no matter where it is installed, provided it is in the PATH. # Unless you *really* know what you are doing, do not touch them.