view umasked.sh @ 1995:80f53da7280c

Updated cancelable event description in the development guide.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 07 Jun 2017 18:14:46 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"