view umasked.sh @ 1865:5ab0bf2b7e79

The donation page disconnected from the top level menu. The donors list removed.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 19 Dec 2016 08:58:11 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"