view umasked.sh @ 2746:438e5c551d67

Fixed name of the ngx_http_request_t structure in DTrace article.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 01 Jul 2021 11:27:14 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"