view umasked.sh @ 466:74736c333906

Corrected boundaries of the example ranges.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 28 Mar 2012 06:53:07 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"