view umasked.sh @ 1836:719d9b6bef04

The banner URL updated.
author Maxim Konovalov <maxim@nginx.com>
date Wed, 09 Nov 2016 09:40:20 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"