view umasked.sh @ 243:b4afc16d1071

Added missing markup bits.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 15 Dec 2011 13:26:56 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"