view umasked.sh @ 871:96839d165b8a

Clarify the description of error_page example.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 22 Mar 2013 11:18:14 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"