#!/bin/sh
# the next line restarts using wish \
exec wish $0 $@

#  This is the VIDF edit script.  It allows VIEFS to be created, edited,
#  and rebuilt

source [ file join $env(TCLTOOLS_HOME) TclToolInits.tcl ]
TclToolInits GUI GUIUTILS UTILS UDF UDFDB

lappend auto_path [file join $env(UDFTOOL_HOME) VEdit]
package require VEDIT

VEallInits
VEguiMain

