view umasked.sh @ 1545:e66acc310eb6

Fixed typo in the Russian translation of tcp_nodelay.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 11 Aug 2015 18:30:46 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"