view umasked.sh @ 280:cbb789d3ce5e

Fixed grammar error.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 27 Dec 2011 09:57:05 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"