view umasked.sh @ 585:e83b551cb90e

Documented what WINCH signal does when sent to a worker process.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 12 Jul 2012 05:04:37 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"