view umasked.sh @ 1339:f908dd7a750e

The conference is over, the banner reverted to the trial.
author Maxim Konovalov <maxim@nginx.com>
date Sat, 25 Oct 2014 00:38:42 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"