#!/bin/sh

# upload.sh: Upload gopherhole to remote server.
rsync -rltgoD --delete --exclude=./.bud/ ./out/ rsync://stone.local/gopherhole/
