view umasked.sh @ 1248:6d51bb4f19f7

Gzip: fixed minor flaws in the "gzip_proxied" directive.
author Gunnlaugur Thor Briem <gunnlaugur@gmail.com>
date Sat, 12 Jul 2014 19:44:01 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"