view umasked.sh @ 1983:7660d6390a9d

Added the "Threads" section into the development guide.
author Vladimir Homutov <vl@nginx.com>
date Wed, 03 May 2017 12:03:10 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"