submission_gen_params () { cat < -" echo echo_g "To access FINISHED (including failed) job files you can use:" echo -e "\t arcls $STAGEOUT_URL" echo -e "\t arccp $STAGEOUT_URL/ -" } grid_job_kill () { local jobid_file=$1 arckill -a -j $jobid_file }