8 lines
154 B
Tcl
8 lines
154 B
Tcl
# Author : Jing Chen (jgn@ansto.gov.au)
|
|
|
|
source $cfPath(commands)/commands_common.tcl
|
|
|
|
proc ::commands::isc_initialize {} {
|
|
::commands::ic_initialize
|
|
}
|