view umasked.sh @ 1115:65bc9d1ec234

MP4 and HLS: updated the "buffer size" phrase for _buffer_size directives.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 25 Mar 2014 16:21:45 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"