view umasked.sh @ 743:7951fb38b4b3

The "clean" target will also remove dir.map.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 23 Oct 2012 13:05:11 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"