view umasked.sh @ 861:6ae71688f2c2

Fixed closing tag.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 12 Mar 2013 14:43:07 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"