site/publish.sh @ 369ed2855a55

Fix for consistency with other instructions on web page.
author A. S. Budden <abudden@gmail.com>
date Mon, 19 Sep 2011 13:12:48 +0100
parents bbbc99908ae5
children 0013f7e01b6e
#!/usr/bin/env bash

python render.py
hg -R ~/src/sjl.bitbucket.org pull -u
rsync --delete -az . ~/src/sjl.bitbucket.org/threesome.vim
hg -R ~/src/sjl.bitbucket.org commit -Am 'threesome.vim: Update site.'
hg -R ~/src/sjl.bitbucket.org push