view umasked.sh @ 1551:03ef312e1fd6

Banner update: nginx.conf 2015 announced.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 17 Aug 2015 12:31:52 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"