#!/usr/bin/wish
package require goblin

set GoblinVersion 2.6
set GoblinTclPath /usr/share/goblin-2.6

#!./gosh

wm withdraw .

if {![info exists GoblinVersion]} {
    set GoblinVersion "(uninstalled)"
    set GoblinTclPath [file join [pwd] tcl]
}

option add *font -*-helvetica-bold-r-normal--12-*-*-*-p-*-*-*

source [file join $GoblinTclPath title.tk]

source [file join $GoblinTclPath goblet.tk]

# set dummy 0
# after 2000 {set dummy 1}
# vwait dummy

destroy .trailer
