view umasked.sh @ 2906:4eb241b57f83

Linux packages: added Ubuntu 22.10 "kinetic".
author Konstantin Pavlov <thresh@nginx.com>
date Tue, 25 Oct 2022 15:26:00 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"