view umasked.sh @ 1661:0da7c65fdae5

Removed Ubuntu 15.04 from the list of supported distributions. The distribution reached EOL on February 4, 2016.
author Konstantin Pavlov <thresh@nginx.com>
date Tue, 15 Mar 2016 13:26:18 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"