view umasked.sh @ 2439:12716b241230

Updated versions and datastamps in the API reference.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 03 Oct 2019 13:53:49 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"