view umasked.sh @ 2850:6cd5251fa760

Added my PGP key.
author Konstantin Pavlov <thresh@nginx.com>
date Mon, 23 May 2022 14:17:04 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"