view umasked.sh @ 2472:4823370295e6

Removed invalid statement about keyval caseless match.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 19 Dec 2019 13:00:58 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"