view umasked.sh @ 2427:1dcebf69caac

An anchor removed by alice.oh@ request.
author Maxim Konovalov <maxim@nginx.com>
date Wed, 11 Sep 2019 18:57:10 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"