view umasked.sh @ 2646:d2d4549363ec

Updated with Netcraft January 2021 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 01 Feb 2021 09:31:02 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"