#!/bin/sh if [ -x `which php` ]; then php typefriendly.php $@ else echo "Cannot find a PHP language interpreter." echo "Please download and install PHP from " echo "or configure your PATH variable properly." fi