#! /bin/sh if [ ! -d "$1" ]; then echo "usage: $0 " else cd $1 exec %%PREFIX%%/bin/fnord 2>/dev/null fi