view umasked.sh @ 1497:6650933c46d4

Corrected language and formatting in the hls module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 27 May 2015 20:01:22 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"