view umasked.sh @ 2739:887c0d145bae

Added more RegExp methods in Compatibility.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 15 Jun 2021 16:14:05 +0100
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"