view umasked.sh @ 866:f20ac1953eb0

Better cover image for the "Mastering Nginx" book committed.
author Maxim Konovalov <maxim@nginx.com>
date Wed, 13 Mar 2013 14:09:39 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"