view umasked.sh @ 1917:c0c79991342b

"Mastering NGINX" book replaced by its second edition.
author Maxim Konovalov <maxim@nginx.com>
date Thu, 23 Feb 2017 10:39:36 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"