#!/bin/tcsh killall -q fast_alert_search_top_list_test limit coredumpsize unlimited sleep 0.2 date >> fast_alert_search_top_list.txt # This listens for both alert and top list data. This handles both live and # delayed top list requests. This needs top list data for the live requests, # and alerts data for the delayed data. ./fast_alert_search_top_list_test -f config_top_list.txt >>& fast_alert_search_top_list.txt < /dev/null&