view umasked.sh @ 820:0d002a19bc90

Removed "www." prefix from links to nginx.com.
author Valentin V. Bartenev <ne@vbart.ru>
date Fri, 25 Jan 2013 14:19:22 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"