Minix2.0/src/commands/scripts/true.sh

case $0 in
true|*/true)	exit 0
	;;
false|*/false)	exit 1
esac