view umasked.sh @ 810:7c72c3e67e77

The "location" directive: improved wording. Differentiate between prefix locations and location directive's modifiers.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 10 Jan 2013 19:00:29 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"