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