view umasked.sh @ 1315:1d60e4b8c463

Added a sentence about commertial support to the "about" page.
author Valentin Bartenev <vbart@nginx.com>
date Fri, 26 Sep 2014 19:12:41 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"