view umasked.sh @ 1577:37be36b01d28

Added the "Known issues" section to the ngx_http_v2 module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 28 Sep 2015 23:04:43 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"