We have a bash script that runs basic engine commands (Thread stop, start, etc.). How can I run the bash script as a post proc? My only thought is to create a .tcl that looks like below. But, my idea isn’t working. It’s not kicking off the bash script.
Any thoughts?
proc echoprice { args } {
exec /opt/healthvision/cis5.8/integrator/site_name/exec/processes/medi_omni1/echoMv
}