view umasked.sh @ 234:ad26f0ae970f

Documented the $https variable.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 13 Dec 2011 13:03:50 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"