site/publish.sh @ 136a9256bec2

Plugin should work with Python 2 and 3 now.
author Stefan Scherfke <stefan@sofa-rockers.org>
date Thu, 05 Mar 2015 09:38:49 +0100
parents 0013f7e01b6e
children (none)
#!/usr/bin/env bash

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