view umasked.sh @ 859:0ed7670778bb

Replaced "unzip" with "tar -xzf" in "Win32 build" howto. The "unzip" utility may not exist.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 11 Mar 2013 15:40:39 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"