mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
7 lines
86 B
Bash
7 lines
86 B
Bash
#!/bin/sh
|
|
|
|
SVNSERVE=$(dirname $(realpath $0))/svnserve.bin
|
|
|
|
umask 002
|
|
$SVNSERVE "$@"
|
|
|