Skip to content

Instantly share code, notes, and snippets.

@andrewpetrochenkov
Last active August 4, 2024 10:08
Show Gist options
  • Save andrewpetrochenkov/c8b8b38931a039db04d6ce901c0a5374 to your computer and use it in GitHub Desktop.
Save andrewpetrochenkov/c8b8b38931a039db04d6ce901c0a5374 to your computer and use it in GitHub Desktop.
shell timeout
function timeout() { perl -e 'alarm shift; exec @ARGV' "$@"; }
timeout 1 sleep 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment