view umasked.sh @ 2180:624f4e0c5a0f

unit-1.2
author Valentin Bartenev <vbart@nginx.com>
date Thu, 07 Jun 2018 19:34:27 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"