view umasked.sh @ 1141:15f78372b132

Added the "blog" menu item.
author Ruslan Ermilov <ru@nginx.com>
date Sat, 05 Apr 2014 12:00:30 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"