view umasked.sh @ 1886:6299f9cabfe4

Changed <literal> to <value> in the slice directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 27 Oct 2016 21:02:10 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"