view umasked.sh @ 896:6d077d40628d

Announce the source code repository move to Mercurial.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 25 Apr 2013 23:54:00 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"