6 lines
45 B
Text
6 lines
45 B
Text
|
#!/bin/sh
|
||
|
|
||
|
umask 0002
|
||
|
exec /usr/bin/hg "$@"
|
||
|
|