view umasked.sh @ 2448:ef449f80bbe4

Updated with Netcraft October 2019 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 24 Oct 2019 17:08:24 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"