view umasked.sh @ 2195:52d603f58bca

Controlling nginx: removed history info from FreeBSD.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 26 Jun 2018 13:20:11 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"