Created
October 19, 2017 19:41
-
-
Save dasgoll/7b1a796d6e42cb66508bc504bb518f82 to your computer and use it in GitHub Desktop.
timeout command on MacOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install coreutils | |
sudo ln -s /usr/local/bin/gtimeout /usr/local/bin/timeout |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At least on macOS 12.6, the symlink wasn't necessary.
timeout
worked immediately after installedcoreutils
.