view umasked.sh @ 576:cac22cc79afd

Documented the "etag" directive.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 10 Jul 2012 11:44:07 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"