view umasked.sh @ 2342:4795c2ae5066

Added the "poll" method for Windows.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 28 Feb 2019 16:04:09 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"