view umasked.sh @ 578:b4e04fc1070a

Synchronized the license text with the FreeBSD's bsd-style-copyright.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 10 Jul 2012 12:42:35 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"