#!/bin/sh args="" for x in $*; do case $x in -h|-help) args="$args --help";; # tcl/tk catches these options... *) args="$args $x";; esac done prefix=@prefix@ exec_prefix=@exec_prefix@ echo | @libdir@/tk707/tk707bin $args