view umasked.sh @ 1795:d4a584797f51

Updated the list of features on the "About" page.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 26 Sep 2016 20:54:23 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"