view umasked.sh @ 1713:58758b0714af

Gleb's pgp key removed.
author Maxim Konovalov <maxim@nginx.com>
date Tue, 31 May 2016 07:06:55 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"