view umasked.sh @ 1457:78ccd1af1400

Minimized diffs between http, mail, and stream.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 20 Apr 2015 14:33:00 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"