view umasked.sh @ 2099:47fb3d7085dc

Moved "Building nginx" from "How-To" to "Introduction.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 16 Jan 2018 14:48:18 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"