view umasked.sh @ 1802:51e1c73cc027

Rephrased file descriptors in the "slice" directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 29 Sep 2016 20:43:29 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"