view umasked.sh @ 3004:c95cbff9f571

Added info about the Unit 1.31.0 release.
author Artem Konev <artem.konev@nginx.com>
date Thu, 31 Aug 2023 22:38:02 +0100
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"