view umasked.sh @ 598:1902d38f0b05

"editor" and "translator" in articles are now output regardless of "author" presence. Modules can now have "translator" as well.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 20 Jul 2012 09:05:10 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"