view umasked.sh @ 2695:5d5d914c4eed

Updated with Netcraft March 2021 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 29 Mar 2021 19:51:51 +0100
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"