view umasked.sh @ 484:8d29b34a135a

Added Linux 3 to the list of tested OS and platforms.
author Valentin Bartenev <vbart@nginx.com>
date Tue, 10 Apr 2012 09:04:18 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"