view umasked.sh @ 860:9fce700e56d3

If: only empty strings and "0" evaluate to false. Before version 1.0.1, any string starting with "0" was considered a false value.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 07 Mar 2013 08:11:34 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"