view umasked.sh @ 1307:c9e57a486a4b

Removed oblsoleted items from the main menu.
author Valentin Bartenev <vbart@nginx.com>
date Fri, 26 Sep 2014 17:34:29 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"