view umasked.sh @ 2753:3d05c5c62089

Updated with Netcraft July 2021 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 26 Jul 2021 20:04:50 +0100
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"