#!/bin/sh # This program needs to know where to find its data, so we pass that # information using the CHHOME environment variable. export CHHOME="/usr/local/ch" exec "$CHHOME/bin/ch" "$@"