Codebase list ibutils / 46a747a7-e6d2-4b80-95d6-358455c124af/main ibdiag / src / ibdiagui.pkg
46a747a7-e6d2-4b80-95d6-358455c124af/main

Tree @46a747a7-e6d2-4b80-95d6-358455c124af/main (Download .tar.gz)

ibdiagui.pkg @46a747a7-e6d2-4b80-95d6-358455c124af/mainraw · 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]