view umasked.sh @ 2608:249ae2577aac

Added info about the Unit 1.20.0 release.
author Artem Konev <artem.konev@nginx.com>
date Thu, 08 Oct 2020 22:21:31 +0100
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"