summaryrefslogtreecommitdiff
path: root/security/gorilla/files/gorilla.in
blob: e445bfd69af72e14a6995c37e0fae123e540f772 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#! /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]