Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created November 12, 2014 14:28
Show Gist options
  • Save tadzik/98a2b6af64efd588383a to your computer and use it in GitHub Desktop.
Save tadzik/98a2b6af64efd588383a to your computer and use it in GitHub Desktop.
$SIG{QUIT} = 'nope';
$SIG{INT} = 'nope';
$SIG{STOP} = '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