Files
sics/tcl/obtcl_mkindex
2000-02-07 10:38:55 +00:00

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
}