view umasked.sh @ 3032:87d313e1bf7f

add missing link to the banner
author Ippolitov Igor <iippolitov@nginx.com>
date Wed, 10 Jan 2024 18:24:09 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"