Sindbad~EG File Manager

Current Path : /usr/tests/bin/sh/builtins/
Upload File :
Current File : //usr/tests/bin/sh/builtins/case1.0

#$FreeBSD$
f()
{
	false
	case $1 in
	foo) true ;;
	bar) false ;;
	esac
}

f foo || exit 1
f bar && exit 1
f quux || exit 1

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists