view umasked.sh @ 2280:dce69c8e4c7d

A link to the njs blogposts fixed.
author Maxim Konovalov <maxim@nginx.com>
date Tue, 27 Nov 2018 11:23:45 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"