view umasked.sh @ 561:e6b7931fc9ea

A link to nginx part of The Architecture of Open Source Applications book added.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 02 Jul 2012 14:17:35 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"