view umasked.sh @ 1757:40e461a34187

Fixed a typo in nginx version number.
author Valentin Bartenev <vbart@nginx.com>
date Thu, 28 Jul 2016 18:08:51 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"