view umasked.sh @ 2917:a2708cf6ebdb

Fixed typo in the sticky directive.
author Sergey A. Osokin <osa@FreeBSD.org.ru>
date Wed, 14 Dec 2022 18:16:49 +0300
parents 356bcdeb008f
children
line wrap: on
line source

#!/bin/sh

umask 002

exec /bin/sh "$@"