view umasked.sh @ 1935:be7490a66d1b

Style: use long dash with non-breaking space where appropriate.
author Vladimir Homutov <vl@nginx.com>
date Thu, 16 Mar 2017 15:53:09 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"