view umasked.sh @ 1317:48936e6d97b2

A donor name was changed per his request.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 29 Sep 2014 14:56:45 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"