view umasked.sh @ 2039:d2969b2f69ae

Added history notes about codes 201, 307, and 308.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 17 Apr 2017 19:57:19 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"