summaryrefslogtreecommitdiff
path: root/tk707.sh.in
blob: c235abfaf572d7196a32dfaee74c5d091884690b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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