view umasked.sh @ 2853:74cb8ff74831

Linux packages: fixed GPG Mini Howto link.
author Konstantin Pavlov <thresh@nginx.com>
date Mon, 23 May 2022 20:43:12 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"