view umasked.sh @ 940:ded8f4a5de28

Corrected description of the $host variable.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 05 Jul 2013 08:11:36 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"