#!/bin/tcsh killall -q tikiller-tiq sleep .1 limit coredumpsize unlimited ./tikiller-tiq -i database_candles=its-the-cops -i database_RW=roberto -i init_script=tiq_init.tcl -i super_user_listen_port=8370 -i listen_port=8369 -i end_time=61200 -i log_file_suffix=TIQ >output_tiq.txt # stdout is probably a puts statement from TCL. That's a poor man's log # statement. (I need to add real log statements to TCL.) I probably want to # watch those in real time. # stderr is probably an error message, like "invalid input, refusing to start." # That should go to crontab which will email it to me.