- Pass maintainership to submitter PR: 147833 Submitted by: Chris Rees <utisoft@gmail.com>
10 lines
268 B
Bash
10 lines
268 B
Bash
#! /bin/sh
|
|
# the next line restarts using wish \
|
|
exec %%WISH%% "$0" ${1+"$@"}
|
|
set myName [info script]
|
|
if {![catch {
|
|
set linkName [file readlink $myName]
|
|
}]} {
|
|
set myName $linkName
|
|
}
|
|
source [file join [file dirname $myName] %%PREFIX%%/lib/gorilla/gorilla.tcl]
|