#!/bin/sh
# MenuEdit, K. Corey
# Copyright (c) 1994-1995 Sun Microsystems, Inc.
#
# See the file "license.txt" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#

# Edit this path to point to the menueditor files.
BASE=`dirname $0`

DIR=$BASE
WISH=wish4.1

# Edit this appropriately to provide for dynamic linking if you have
# Tcl/Tk compiled to be dynamically linked like I do.
$WISH $DIR/menuedit.tcl $@ &
echo "Starting menuedit"
exit 0
