6 lines
187 B
Bash
6 lines
187 B
Bash
|
#!/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
|