view umasked.sh @ 2591:f27cedd43e0f

Corrected syntax of js_path in stream.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 02 Sep 2020 16:10:37 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"