#!/bin/bash -e
#
# DO NOT EDIT.
#
# This file was tangled from a small institute's README.org.

cd /WWW/live/

rsync -avz --delete --chmod=g-w		\
	--filter='exclude *~'		\
	--filter='exclude .git*'	\
	./ 192.168.15.4:/home/www/
