Skip to content

Instantly share code, notes, and snippets.

@Suave
Created December 10, 2010 08:52
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 Suave/735985 to your computer and use it in GitHub Desktop.
Save Suave/735985 to your computer and use it in GitHub Desktop.
install ack without macports
wget http://betterthangrep.com/ack-standalone
sudo mv ack-standalone /usr/local/bin/ack
sudo chmod +x /usr/local/bin/ack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment