view umasked.sh @ 699:8205c2fcde2f

Fixed long lines, apostrophes used, etc.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 03 Oct 2012 10:20:50 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"