view umasked.sh @ 347:daae2b619815

Specify the module history information in a unified place.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 23 Jan 2012 16:46:36 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"