view umasked.sh @ 2042:30e2bd353998

Added info about Punycode to "Server Names".
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 25 Sep 2017 16:13:37 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"