Codebase list ibutils / run/7ab20333-9eda-443b-b263-eb973de0a4e4/main ibdiag / src / ibdiagpath.pkg
run/7ab20333-9eda-443b-b263-eb973de0a4e4/main

Tree @run/7ab20333-9eda-443b-b263-eb973de0a4e4/main (Download .tar.gz)

ibdiagpath.pkg @run/7ab20333-9eda-443b-b263-eb973de0a4e4/mainraw · history · blame

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