view umasked.sh @ 2238:0761b770a94e

RFC8470.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 21 Sep 2018 19:49:26 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"