view umasked.sh @ 1252:27b22e625491

CentOS/RHEL 7 added to the package download page.
author Sergey Budnevitch <sb@waeme.net>
date Tue, 15 Jul 2014 19:55:05 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"