#!/bin/bash
set -u -e
cd $mlb
rsync -r -tlzv --delete $(pwd)/ $smith:/home/kerl/local/miller-head

