view umasked.sh @ 853:d1446e47d17d

Unified on the look of titles.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 28 Feb 2013 12:03:51 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"