view umasked.sh @ 682:9d09ba854aeb

- Changed the link to WordPress.com success story
author Andrey Alexeev <andrew@nginx.com>
date Mon, 17 Sep 2012 16:22:48 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"