view umasked.sh @ 957:6d9d4bb571a9

Text review of the ngx_core_module.
author Egor Nikitin <yegor.nikitin@gmail.com>
date Sat, 08 Jun 2013 20:55:52 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"