view umasked.sh @ 1639:202f1d671398

Removed bit rot from example configuration.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 14 Jan 2016 13:20:13 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"