view umasked.sh @ 2740:c3303f98a246

Replaced "instance" to "prototype" in njs Compatibility.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 16 Jun 2021 13:49:25 +0100
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"