view umasked.sh @ 3021:ec6f7fcd3d90

Added fs.existsSync and fs.closeSync to njs Reference.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 23 Oct 2023 19:24:33 +0100
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"