view umasked.sh @ 1460:28fdbb38dc40

Removed trailing whitespace.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 21 Apr 2015 23:22:13 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"