view umasked.sh @ 2854:eb9f88293304

Corrected a date in the latest news entry.
author Konstantin Pavlov <thresh@nginx.com>
date Tue, 24 May 2022 19:09:56 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"