view umasked.sh @ 2317:0aaa69eab2ca

nginx cookbook promo.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 07 Jan 2019 18:26:33 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"