publish.sh @ fa73ab8df568

Fix sjl/learnvimscriptthehardway#63

`:help silent!` throws an error E149: Sorry, no help for silent!, however, `:help :silent` opens up the expected help file.
author nirenjan <nirenjan@gmail.com>
date Mon, 29 Jul 2013 18:08:25 -0700
parents ce37028052fe
children (none)
#!/usr/bin/env bash

set -e
./build.sh
rsync --delete -az build/html/ sl:/var/www/vimscript/