mybin
my ~/bin
git clone
https://a3nm.net/git/mybin/
Log
|
Files
|
Refs
|
README
svnserve.umask (50B)
1
#!/bin/bash
2
umask 007
3
exec /usr/bin/svnserve "$@"