]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/blob - bin/latest-ack
.bashrc: Quote-wrap $PATH/$MANPATH when calling puniq
[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