dot3.0   [plain text]


# $FreeBSD$

# . should return 0 if no command was executed.

if false; then
	exit 3
else
	. /dev/null
	exit $?
fi