]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/blob - bin/latest-ack
ack v2.04
[dotfiles.git] / bin / latest-ack
1 #!/bin/sh -e
2 curl -sLo ~/bin/ack http://betterthangrep.com/ack-standalone
3 chmod 755 ~/bin/ack
4 ~/bin/ack --version