Add the site publishing script.

This commit is contained in:
Steve Losh 2010-10-29 13:35:31 -04:00
parent b71417ad7f
commit 3183ee4cda

5
site/publish.sh Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
rsync --delete -az . ~/src/sjl.bitbucket.org/gundo.vim
hg -R ~/src/sjl.bitbucket.org commit -Am 'gundo.vim: Update documentation.'
hg -R ~/src/sjl.bitbucket.org push