view umasked.sh @ 168:70d8e39bbaa8

Removed workaround for iPhone and iPod touch as it breaks zooming in WebKit-based desktop browsers such as Safari and Chrome.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 02 Nov 2011 13:27:02 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"