view umasked.sh @ 483:c1e4306b7b96

Removed excessive spaces around —.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 09 Apr 2012 15:00:07 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"