view umasked.sh @ 372:978b9e3897f7

For links to documents, use the document name as the link's text by default.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 30 Jan 2012 09:54:25 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"