view umasked.sh @ 2886:76fddfe7826d

Survey promo.
author Maxim Konovalov <maxim@nginx.com>
date Tue, 30 Aug 2022 08:20:25 -0700
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"