Codebase list ibutils / upstream/latest ibdiag / src / ibdiagnet.pkg
upstream/latest

Tree @upstream/latest (Download .tar.gz)

ibdiagnet.pkg @upstream/latestraw · 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]