view umasked.sh @ 1227:de72c335b90b

A name of the donor updated per his request.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 09 Jun 2014 08:38:03 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"