view umasked.sh @ 407:7d9b9f26231c

- Added clarification about packaged versions - Added link to commercial support - Added link to Twitter account
author Andrey Alexeev <andrew@nginx.com>
date Mon, 13 Feb 2012 12:04:43 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"