Skip to content

Instantly share code, notes, and snippets.

@irisjae
Last active July 7, 2018 04:26
Show Gist options
  • Save irisjae/3beb3f1296da12a1e7f24ddaeed9c47d to your computer and use it in GitHub Desktop.
Save irisjae/3beb3f1296da12a1e7f24ddaeed9c47d to your computer and use it in GitHub Desktop.
mac gnu coreutils check
#!/usr/bin/env bash
[[ `uname` == 'Darwin' ]] && { [ -d "/usr/local/opt/coreutils/libexec/gnubin" ] || { echo "gnu coreutils not found"; exit 1; } && PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment