view umasked.sh @ 545:e97b46d1842d

Documented the "worker_connections" directive.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 21 Jun 2012 10:58:32 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"