view umasked.sh @ 1420:fbcf5e56eb8a

Forrester webinar announced in the banner.
author Maxim Konovalov <maxim@nginx.com>
date Wed, 18 Feb 2015 17:02:58 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"