$SIG{INT} = $SIG{TERM} = sub { `ssh remote_server killall -9 everything`; exit; };