view umasked.sh @ 3026:cc6b36cd17d6

Linux packages: added Ubuntu 23.10 "mantic".
author Konstantin Pavlov <thresh@nginx.com>
date Thu, 09 Nov 2023 19:42:05 -0800
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"