view umasked.sh @ 1303:5640d5fe1fc2

Renamed the "security advisories" menu item to "security".
author Valentin Bartenev <vbart@nginx.com>
date Fri, 26 Sep 2014 16:43:05 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"