view umasked.sh @ 1434:5c22be9276c5

2015 NGINX User Survey announced in the banner.
author Maxim Konovalov <maxim@nginx.com>
date Wed, 18 Mar 2015 14:19:27 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"