view umasked.sh @ 2123:4febfa6b9cc5

unit-0.7
author Valentin Bartenev <vbart@nginx.com>
date Fri, 23 Mar 2018 18:33:45 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"