view umasked.sh @ 1409:f5d50bf52427

Donor added.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 09 Feb 2015 08:15:26 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"