2016-12-27 19:38:56 -07:00

4 lines
79 B
Ruby

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