view umasked.sh @ 214:c99c8df86eb9

Translated the "Debugging Log" article into Russian.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 30 Nov 2011 09:20:19 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"