view umasked.sh @ 163:e636bceb6ed2

nginx-1.1.7
author Igor Sysoev <igor@sysoev.ru>
date Mon, 31 Oct 2011 14:54:29 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"