view umasked.sh @ 1235:2bd8ebc50e0f

Added ARM architectures to the list of tested OS and platforms.
author Konstantin Pavlov <thresh@nginx.com>
date Wed, 18 Jun 2014 15:18:22 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"