#!/bin/sh
#
# $FreeBSD$

SVNSERVE=$(dirname $(realpath $0))/svnserve.bin

umask 002
$SVNSERVE "$@"