view umasked.sh @ 2015:75cb57264e52

Updated link to Netflix.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 08 Aug 2017 17:05:35 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"