view umasked.sh @ 635:07f009b59a28

Corrected the description of "so_keepalive off".
author Ruslan Ermilov <ru@nginx.com>
date Wed, 15 Aug 2012 11:20:21 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"