dotfiles/vim/bundle/ag/Rakefile

4 lines
79 B
Ruby

task :tgz do
sh 'cd ..; tar czvf ag/ag-vim.tgz ag/{plugin,autoload,doc}'
end