view umasked.sh @ 1306:5a37ee4fa098

Removed link to the Ruby forum.
author Valentin Bartenev <vbart@nginx.com>
date Fri, 26 Sep 2014 17:34:13 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"