view umasked.sh @ 512:1f14f98a487e

- Heavily rewritten/reformatted following latest answers to abused people. Yet another attempt to save the world.
author Andrey Alexeev <andrew@nginx.com>
date Sat, 28 Apr 2012 10:49:15 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"