view umasked.sh @ 304:3824ca9f1f72

Use another term for "redirect".
author Ruslan Ermilov <ru@nginx.com>
date Sat, 31 Dec 2011 14:49:41 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"