view umasked.sh @ 327:0c01d3ae7ca1

- Fixed some grammar - Fixed left/right quotes
author Andrey Alexeev <andrew@nginx.com>
date Wed, 18 Jan 2012 15:49:53 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"