view umasked.sh @ 3085:329fb2b5e16b

Added links to Mercurial repositories on download page. Non-linked repo URLs, as well as "read-only" in the description, are artifacts from the time when SVN was used to maintain sources. While here, also listed nginx-tests repository.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 28 May 2024 00:23:26 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"