view umasked.sh @ 965:fadccc156188

Status: fixed indentation.
author Andrei Belov <defan@nginx.com>
date Wed, 14 Aug 2013 17:21:19 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"