view umasked.sh @ 590:05761a8e38f6

Added an option to disable generation of TOC.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 19 Jul 2012 04:56:13 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"