view umasked.sh @ 788:753ed7df8910

Documented what will be the default value of "geo" if "default" isn't set.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 21 Dec 2012 08:55:43 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"