view umasked.sh @ 1430:0eb8e261f349

AIO: clarified the use of both AIO and sendfile on Linux. While here, commented out a note about using AIO module on older versions of FreeBSD.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 05 Mar 2015 18:56:18 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"