view umasked.sh @ 1280:9578a7658b95

A link to the trial form corrected.
author Maxim Konovalov <maxim@nginx.com>
date Fri, 05 Sep 2014 13:58:18 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"