view umasked.sh @ 1330:86e682c3f3a9

Index: link to Example Configuration removed from Russian index page.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 07 Oct 2014 11:48:52 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"