view umasked.sh @ 925:d817d94a7b9a

Removed obsolete links.
author Valentin Bartenev <vbart@nginx.com>
date Wed, 29 May 2013 20:09:34 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"