#!/bin/sh

set -e

jekyll build
rsync -v -a --delete --rsh=ssh _site/ kevina@web.sf.net:/home/users/k/ke/kevina/wordlist/htdocs/
