]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/blob - bin/latest-ack
pathogen.vim: Update c9fb89d..1b46b4f (https://github.com/tpope/vim-pathogen)
[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