view umasked.sh @ 339:8f6a70f9d3c0

- Key section goes first
author Andrey Alexeev <andrew@nginx.com>
date Fri, 20 Jan 2012 16:05:14 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"