5 lines
50 B
Text
5 lines
50 B
Text
|
#!/bin/bash
|
||
|
umask 0002
|
||
|
exec /usr/bin/svnserve -t
|
||
|
|