view umasked.sh @ 1859:5cd4964fbc5f

Updated AIO description for FreeBSD 11.0 and upwards.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 13 Dec 2016 17:50:12 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"