view umasked.sh @ 663:639bbb0c9d05

The commercial support section moved to the top of the support page.
author Maxim Konovalov <maxim@nginx.com>
date Tue, 04 Sep 2012 14:20:21 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"