view umasked.sh @ 1403:11c061562de4

Donor added.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 02 Feb 2015 10:37:29 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"