Skip to content

Instantly share code, notes, and snippets.

@siggiarni
Created February 22, 2019 07:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save siggiarni/ca34247f25b0d3602eb7f926162ea362 to your computer and use it in GitHub Desktop.
Save siggiarni/ca34247f25b0d3602eb7f926162ea362 to your computer and use it in GitHub Desktop.
https://github.com/Homebrew/homebrew-cask/issues/58046
/usr/bin/find "$(brew --prefix)/Caskroom/"*'/.metadata' -type f -name '*.rb' -print0 | /usr/bin/xargs -0 /usr/bin/sed -i '' '/depends_on macos:/d'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment