view umasked.sh @ 1929:7f290929b32d

HTTP section of the development guide.
author Roman Arutyunyan <arut@nginx.com>
date Tue, 14 Mar 2017 12:56:59 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"