site/publish.sh @ 8e1c1dc358de

Merge pull request #21 from killphi/fix_spliceinit_crash

Fixes several crash issues with the latest VIm versions
author Steve Losh <steve@stevelosh.com>
date Tue, 05 Nov 2013 08:29:36 -0800
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