view umasked.sh @ 1313:2aeeb695e844

Regenerated.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 29 Sep 2014 14:45:12 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"