view umasked.sh @ 406:98dac2bd7598

Links with mixed underscores and spaces were hard to read, eliminated them.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 13 Feb 2012 11:09:13 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"