view umasked.sh @ 1697:147e3d0339e8

Reduced syntax clutter in the error_log directive. The description text explains special values like "stderr", "syslog:...", and "memory:...". It is believed that syntax without explicitly listing these variants is more readable.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 10 May 2016 15:19:47 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"