Created
December 7, 2012 10:19
-
-
Save sifue/4232333 to your computer and use it in GitHub Desktop.
高速ソースコード検索のackをCPANを使わずローカルインストールする ref: http://qiita.com/items/cb2a41f6cb88416233c0
This file contains hidden or 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
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