view umasked.sh @ 1789:f56fb8ec13d8

Mentioned ppc64le architecture as tested on Linux 3 - 4.
author Konstantin Pavlov <thresh@nginx.com>
date Tue, 13 Sep 2016 19:57:23 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"