#!/bin/sh

if [ "$PETSC_DIR" = "" ]; then
	echo "You must define PETSC_DIR variable."
	exit 1
fi

$PETSC_DIR/bin/fcfd $@
