Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created June 11, 2014 11:16
Show Gist options
  • Save tadzik/3a96eba969d769812cbe to your computer and use it in GitHub Desktop.
Save tadzik/3a96eba969d769812cbe to your computer and use it in GitHub Desktop.
$SIG{QUIT} = 'nope';
$SIG{INT} = 'nope';
while (1) {
print "choo choo\n";
sleep 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment