view umasked.sh @ 2814:aa957a1211b8

Updated tested OSes and platforms.
author Konstantin Pavlov <thresh@nginx.com>
date Tue, 21 Dec 2021 14:51:54 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"