view umasked.sh @ 1274:794717949a83

Stub status: fixed whitespace in example output.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 18 Aug 2014 12:27:33 +0400
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"