10 lines
174 B
Plaintext
Executable File
10 lines
174 B
Plaintext
Executable File
#!/bin/sh
|
|
# the next line restarts using tclsh7.4 \
|
|
exec tclsh7.6 "$0" "$@"
|
|
|
|
lappend auto_path [file dirname [info script]]
|
|
foreach i "." {
|
|
obtcl_mkindex $i *.tcl
|
|
}
|
|
|