Skip to content

Instantly share code, notes, and snippets.

@dasgoll
Created October 19, 2017 19:41
Show Gist options
  • Star 14 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save dasgoll/7b1a796d6e42cb66508bc504bb518f82 to your computer and use it in GitHub Desktop.
Save dasgoll/7b1a796d6e42cb66508bc504bb518f82 to your computer and use it in GitHub Desktop.
timeout command on MacOS
brew install coreutils
sudo ln -s /usr/local/bin/gtimeout /usr/local/bin/timeout
@joshuapinter
Copy link

At least on macOS 12.6, the symlink wasn't necessary. timeout worked immediately after installed coreutils.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment