Initial revision

This commit is contained in:
cvs
2000-02-07 10:38:55 +00:00
commit fdc6b051c9
846 changed files with 230218 additions and 0 deletions

9
tcl/obtcl_mkindex Executable file
View File

@@ -0,0 +1,9 @@
#!/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
}