view umasked.sh @ 2503:2d0b563c205c

Updated with Netcraft February 2020 Web Server Survey stats.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 21 Feb 2020 10:57:48 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"