view umasked.sh @ 2398:d7e25f17dbf0

Added Math properties and methods to njs Compatibility.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 19 Jun 2019 15:39:04 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"