view umasked.sh @ 1926:88228d493640

A note about the module experimental status removed.
author Maxim Konovalov <maxim@nginx.com>
date Thu, 09 Mar 2017 14:00:31 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"