Codebase list ibutils / upstream/1.5.7+0.2.gbd7e502 ibdiag / src / ibdiagui.pkg
upstream/1.5.7+0.2.gbd7e502

Tree @upstream/1.5.7+0.2.gbd7e502 (Download .tar.gz)

ibdiagui.pkg @upstream/1.5.7+0.2.gbd7e502raw · history · blame

1
2
3
4
5
proc ibdiagui-load {dir} {
   puts "Loading IBDIAGUI from: $dir"
   uplevel #0 source [file join $dir ibdiagui.tcl]
}
package ifneeded ibdiagui 1.0 [list ibdiagui-load $dir]