view umasked.sh @ 1532:bc8f97b8edd6

New O'Reilly book announced.
author Maxim Konovalov <maxim@nginx.com>
date Tue, 14 Jul 2015 07:56:25 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"