#!/bin/sh
#
for wish in wish4.1 wish dpwish wishx
do
    $wish -f ./zinst.tcl && exit
done
echo Cannot find a tcl/tk interpreter!!
exit 1
