view umasked.sh @ 2281:1445fc690c16

Amend the "zone" directive description in stream.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 27 Nov 2018 15:11:03 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"