view umasked.sh @ 1720:b536cb3dbccf

Fixed Russian translation in the "state" directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 02 Jun 2016 17:27:24 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"