view umasked.sh @ 485:cc488d523216

Andrew Alexeev key added.
author Maxim Konovalov <maxim@nginx.com>
date Tue, 10 Apr 2012 13:38:38 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"