view umasked.sh @ 1902:862e96a39fe3

Typo fixed.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 13 Feb 2017 12:05:43 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"