view umasked.sh @ 1694:080b36ad8d76

Reduced syntax clutter in the access_log directive. Only two syntax variants were preserved: - one with a generic syntax, which shows all possible parameters (and also clearly demonstrates that format must be specified if any additional parameters are used); - one with "off", to emphasize it.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 04 May 2016 17:35:30 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"