view umasked.sh @ 274:457c54242cfa

Stole translation of LRU from ngx_http_proxy_module.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 26 Dec 2011 11:39:25 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"