view umasked.sh @ 201:e58be01b1f4a

- Added double quotes in the headers of these two
author Andrey Alexeev <andrew@nginx.com>
date Thu, 24 Nov 2011 07:37:08 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"