Also made sinqepicsApp work with the module based build system now being operational at PSI Conflicts: iocBoot/iocsinqEPICS/envPaths iocBoot/iocsinqEPICS/st.cmd sinqEPICSApp/src/Makefile
8 lines
137 B
Tcl
Executable File
8 lines
137 B
Tcl
Executable File
#!/usr/bin/tclsh
|
|
|
|
set dir [pwd]
|
|
|
|
cd /usr/local/ioc
|
|
|
|
exec /usr/bin/tar czvf $dir/sinqepics.tgz modules/scaler modules/sinq modules/anc350
|