view umasked.sh @ 1322:11d632e182ec

Reduced size of the logo. Now it's exactly 2x of actual size on standard screens.
author Valentin Bartenev <vbart@nginx.com>
date Thu, 02 Oct 2014 18:48:56 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"