#!/bin/sh
# $Id: srsync-mirror,v 1.1 2007/07/04 02:28:55 friedman Exp $

RSYNC_RSH=ssh-rexec
export RSYNC_RSH

exec rsync-mirror ${1+"$@"}

# eof
