view umasked.sh @ 2823:652356b39f0f

Added info about removal of the js_import directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 13 Jan 2022 12:48:02 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"