view umasked.sh @ 2974:2fa6471cd138

Linux packages: added Debian 12 "bookworm".
author Konstantin Pavlov <thresh@nginx.com>
date Fri, 09 Jun 2023 14:36:19 -0700
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"