view umasked.sh @ 2702:26a07ed37033

Regenerated.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 12 Apr 2021 20:40:12 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"