view umasked.sh @ 1900:939116ee92b4

Increased nested section head size. Current setting produces too small headings that are hard to read. Affected documents are: ru/docs/njs_about.html ru/docs/http/configuring_https_servers.html en/docs/njs_about.html en/docs/http/configuring_https_servers.html en/docs/dev/ngx_programming_guide.html
author Vladimir Homutov <vl@nginx.com>
date Fri, 10 Feb 2017 13:03:20 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"