view umasked.sh @ 2447:6d1fb7062460

Updated the list of tested Linux kernels.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 22 Oct 2019 18:42:24 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"