view umasked.sh @ 2522:91d725e52633

Fixed typos (ticket #1949).
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 08 Apr 2020 11:19:30 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"