site/publish.sh @ 220b0be0ab03

Move most of the script to autoload
author Kien N <contact@ndkien.com>
date Wed, 29 Jun 2011 03:06:37 +0700
parents 7269f85f8278
children 64436ddf46ef
#!/usr/bin/env bash

hg -R ~/src/sjl.bitbucket.org pull -u
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