view umasked.sh @ 390:bef9e1a2e3c8

Documented the fact that empty values are not accounted in zones.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 03 Feb 2012 12:16:28 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"