view umasked.sh @ 2904:4aaab86a9c26

Added the njs.memoryStats property in njs Reference.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 25 Oct 2022 18:09:52 +0100
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"