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

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

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

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