view umasked.sh @ 473:cac48e2d0d9b

Added the "compact" attribute to the "list" element.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 30 Mar 2012 13:31:55 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"