perl -le'$SIG{INT}='ignore'; system "./loop.sh"; print "command returned"; sleep 5; print "exiting"'