view umasked.sh @ 1216:053c7860f0b6

Design: equalize padding and margin for all blockquotes. There are also tables wrapped into blockquotes without a class.
author Valentin Bartenev <vbart@nginx.com>
date Thu, 05 Jun 2014 19:53:20 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"