view umasked.sh @ 394:245167685006

Fixed grammar, punctuation, and markup.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 06 Feb 2012 09:26:58 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"