#!/bin/sh

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

umask 002
$SVNSERVE "$@"