view umasked.sh @ 359:f9f8b6e98ada

Translated "cookie" and clarified what the $uid_got and $uid_set are.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 26 Jan 2012 19:41:04 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"