view umasked.sh @ 864:a2990d17f0e1

A news about "Mastering Nginx" book added.
author Maxim Konovalov <maxim@nginx.com>
date Wed, 13 Mar 2013 09:42:19 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"