view umasked.sh @ 328:05bddd18056f

Show the history information in a less intrusive manner.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 18 Jan 2012 16:03:48 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"