view umasked.sh @ 191:a4e271eb8dd6

Documented that "rotate" can be combined with "resize/crop". Documented the allowed use of variables in arguments.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 23 Nov 2011 10:24:07 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"