view umasked.sh @ 1598:430261d33e38

Actualized the list of supported Ubuntu/Debian versions.
author Konstantin Pavlov <thresh@nginx.com>
date Tue, 27 Oct 2015 22:51:00 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"