view umasked.sh @ 962:f3754c623e6b

Minor editing of the stiky_cookie_insert directive.
author Egor Nikitin <yegor.nikitin@gmail.com>
date Mon, 12 Aug 2013 09:51:20 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"