view umasked.sh @ 1849:662822812f84

Missed whitespace added. A comma moved to the right place.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 05 Dec 2016 15:48:55 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"