view umasked.sh @ 1984:8568176f8a9b

nginx-announce@nginx.org and nginx-ru-announce@nginx.org mailing lists added to the list of support resources.
author Maxim Konovalov <maxim@nginx.com>
date Wed, 10 May 2017 16:41:31 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"