I have a get_script that kicks off the other script. The reason is I'm pulling the same data from several places at once ever 5 minutes.
CRON Entry
1,6,11,16,21,26,31,36,41,46,51,56 * * * * /export/home/scripts/get_mtxcper
cat get_mtxcper
/export/home/scripts/mtxcper STLOMTX &
cat mtxcper...