view umasked.sh @ 2938:b274d289798d

Documented the use of cyclic memory buffer log with lldb.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 23 Feb 2023 17:27:57 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"