view umasked.sh @ 1678:a5eae6650a1e

One more typo fixed.
author Maxim Konovalov <maxim@nginx.com>
date Wed, 06 Apr 2016 14:10:57 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"