5 lines
45 B
Bash
Executable file
5 lines
45 B
Bash
Executable file
#!/bin/sh
|
|
|
|
umask 0002
|
|
exec /usr/bin/hg "$@"
|
|
|