view umasked.sh @ 2371:16bad57a412a

Fixed typos (ticket #1769).
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 17 Apr 2019 13:50:25 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"