view umasked.sh @ 1474:b58fd22f20eb

Added 4.x to supported Linux kernels. It was just major version bump without any significant changes.
author Valentin Bartenev <vbart@nginx.com>
date Thu, 07 May 2015 17:29:18 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"