]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/blob - bin/latest-ack
Initial commit
[dotfiles.git] / bin / latest-ack
1 #!/bin/sh -e
2 curl http://betterthangrep.com/ack-standalone > ~/bin/ack
3 chmod +x ~/bin/ack