view umasked.sh @ 2611:454af1d39021

Development guide: Debugging memory issues section.
author Roman Arutyunyan <arut@nginx.com>
date Fri, 16 Oct 2020 17:55:16 +0100
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"