view umasked.sh @ 647:00972444baa7

Fixed tab indentation and replaced hyphen with proper space and dash.
author Vladimir Homutov <vl@nginx.com>
date Fri, 17 Aug 2012 08:32:27 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"