view umasked.sh @ 491:5a3362234a4d

If text of the link given by URL is not provided, the URL is used.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 19 Apr 2012 12:44:09 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"