view umasked.sh @ 757:7b8d659687b8

Use the "id" attribute instead of placing "a name" in the wrong place, to create anchors to list items.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 12 Nov 2012 07:11:56 +0000
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"