view umasked.sh @ 2550:43e87e973560

Added info about the Unit 1.18.0 release.
author Artem Konev <artem.konev@nginx.com>
date Fri, 29 May 2020 01:17:19 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"