view umasked.sh @ 1847:7eb5e1cff842

Typo fixed.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 05 Dec 2016 15:35:59 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"