view umasked.sh @ 1960:9550ea66abdd

HTTP response section of the development guide.
author Roman Arutyunyan <arut@nginx.com>
date Mon, 10 Apr 2017 15:09:06 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"