view umasked.sh @ 2279:7ec59c98d7d5

Actualized the list of supported Ubuntu versions and architectures.
author Konstantin Pavlov <thresh@nginx.com>
date Tue, 13 Nov 2018 13:41:54 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"