view umasked.sh @ 1302:1560fda31645

Removed the "pgp keys" link from the main menu. There's already one on the "security advisories" page, which should be enough.
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 "$@"