view umasked.sh @ 2442:437350febcb7

Favicon updated to a new design.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 07 Oct 2019 16:05:26 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"