view umasked.sh @ 1808:4b6d7686e00f

Corrected articles in the "expires" directive.
author Yaroslav Zhuravlev <yar@nginx.com>
date Sat, 27 Sep 2014 20:00:31 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"