splice.vim/publish.sh @ e0132bd24efe

cl-ggp: Update site.
author Steve Losh <steve@stevelosh.com>
date Thu, 24 Mar 2016 14:03:46 +0000
parents 06dcc81b2ce6
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