view umasked.sh @ 1507:14180fa9a518

Added ids for reuseport, mentioned reuseport in news.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 11 Jun 2015 21:22:52 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"