view umasked.sh @ 2147:dc51409fee0c

unit-1.0
author Valentin Bartenev <vbart@nginx.com>
date Thu, 12 Apr 2018 21:45:35 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"