add archive (files probably no longer used)
here we can find old files
This commit is contained in:
7
tcl/archive/startup/istartup.tcl
Normal file
7
tcl/archive/startup/istartup.tcl
Normal file
@ -0,0 +1,7 @@
|
||||
set instr [result instrument]
|
||||
if {[file exists istartup/${instr}.tcl]} {
|
||||
exe istartup/${instr}.tcl
|
||||
}
|
||||
if {[file exists istartup/${instr}_delayed.tcl]} {
|
||||
dolater 5 exe istartup/${instr}_delayed.tcl
|
||||
}
|
Reference in New Issue
Block a user