Initial revision
This commit is contained in:
9
tcl/obtcl_mkindex
Executable file
9
tcl/obtcl_mkindex
Executable 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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user