Skip to content

Instantly share code, notes, and snippets.

@sifue
Created December 7, 2012 10:19
Show Gist options
  • Save sifue/4232333 to your computer and use it in GitHub Desktop.
Save sifue/4232333 to your computer and use it in GitHub Desktop.
高速ソースコード検索のackをCPANを使わずローカルインストールする ref: http://qiita.com/items/cb2a41f6cb88416233c0
mkdir -p ~/local/bin; cd ~/local/bin; wget "http://betterthangrep.com/ack-standalone" -O ack;chmod 755 ack;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment