view umasked.sh @ 2912:7ebe15d6c68d

Updated link to the PROXY protocol specification.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 21 Nov 2022 21:58:20 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"