view umasked.sh @ 2066:55453b4f8eb0

Added a link to unit.nginx.org into the main menu.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 23 Oct 2017 20:34:39 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"