Merge branch 'vim'
[MacVim.git] / update-runtime.sh
blob7afb3a49da58fbacdcdebe7879daf8a55ab16dd1
1 #!/bin/sh
2 rsync -avzcP --delete --exclude="dos" --exclude="spell" ftp.nluug.nl::Vim/runtime/ runtime/
3 git add runtime
4 echo "Make sure everything is OK, then commit"