view umasked.sh @ 1693:c841e77fcc1d

Added missing comma.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 28 Apr 2016 16:51:04 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"