view umasked.sh @ 1913:03520b017a3c

Updated favicon.ico to the icon from nginx sources.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 22 Feb 2017 00:05:47 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"