view umasked.sh @ 1648:e99baece54c6

O'Reilly report promo added.
author Maxim Konovalov <maxim@nginx.com>
date Thu, 04 Feb 2016 10:15:59 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"