view umasked.sh @ 851:dc775f09b798

Removed redundant text of a link.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 28 Feb 2013 11:45:40 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"