view umasked.sh @ 928:b568f0c47599

Rewrote sentences to avoid use of "nginx" at the beginning.
author Valentin Bartenev <vbart@nginx.com>
date Tue, 04 Jun 2013 17:20:00 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"