mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/ag.vim/Rakefile

4 lines
79 B
Ruby
Raw Normal View History

2015-07-13 06:22:46 -04:00
task :tgz do
sh 'cd ..; tar czvf ag/ag-vim.tgz ag/{plugin,autoload,doc}'
end