view umasked.sh @ 362:db6774c4c699

Fixed translation.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 26 Jan 2012 22:11:16 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"