view umasked.sh @ 2078:26e547b1022d

DevGuide: changed nginx-dev-examples repository.
author Roman Arutyunyan <arut@nginx.com>
date Mon, 27 Nov 2017 11:56:06 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"