view umasked.sh @ 2430:f2fe7277e051

The banner reverted to the cookbook promo.
author Maxim Konovalov <maxim@nginx.com>
date Fri, 20 Sep 2019 03:13:35 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"