view umasked.sh @ 178:65431179fb8f

nginx-1.1.8
author Igor Sysoev <igor@sysoev.ru>
date Mon, 14 Nov 2011 15:41:15 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"