view umasked.sh @ 1698:2052ffb3529a

Removed links to forum.nginx.org. There are multiple problems with forum integration with mailing lists. Stop directing new users to the forum.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 13 May 2016 20:47:41 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"