view umasked.sh @ 1075:6c021feec587

Removed unjustified non-breakable spaces.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 21 Feb 2014 12:12:34 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"