view umasked.sh @ 2576:4c8d0b37932d

Corrected syntax and style of "Using node modules with njs".
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 06 Aug 2020 14:46:58 +0100
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"