Add the site publishing script.
This commit is contained in:
parent
b71417ad7f
commit
3183ee4cda
5
site/publish.sh
Executable file
5
site/publish.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user