view umasked.sh @ 1444:919f07a0d778

The banner reverted to the trial one.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 06 Apr 2015 10:02:38 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"