view umasked.sh @ 2881:e59e8645055d

Relocated note from s.off to s.log in njs.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 18 Aug 2022 15:28:45 +0100
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"