view umasked.sh @ 1426:1c78f045a9f3

The banner reverted to the trial one.
author Maxim Konovalov <maxim@nginx.com>
date Thu, 26 Feb 2015 06:57:11 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"