view umasked.sh @ 1689:b04c41175177

Automatically update images when making a real site.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 21 Apr 2016 13:05:58 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"