view umasked.sh @ 2258:2c8c10f00518

Development guide: fixed quotes encoding in <programlisting>.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 18 Oct 2018 19:18:08 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"