view umasked.sh @ 602:6124acda415e

- Added links to dcwg.org - Added a mention of IE
author Andrey Alexeev <andrew@nginx.com>
date Fri, 20 Jul 2012 13:01:14 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"