view umasked.sh @ 1787:135f381a4097

Added new architecture for RHEL 7 and Ubuntu 16.04.
author Konstantin Pavlov <thresh@nginx.com>
date Tue, 13 Sep 2016 19:12:14 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"