view umasked.sh @ 475:cfc69ee2f0a0

- compact=no for that list
author Andrey Alexeev <andrew@nginx.com>
date Fri, 30 Mar 2012 13:36:50 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"