view umasked.sh @ 2396:6c3456265fe7

Reordered items alphabetically in njs Compatibility.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 07 Jun 2019 16:47:52 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"