view umasked.sh @ 2233:8f988cbe1296

Linux packages: added SLES 15.
author Konstantin Pavlov <thresh@nginx.com>
date Thu, 06 Sep 2018 14:08:47 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"