#!/bin/bash

# Abort the script on error
#set -euxo pipefail
set -euo pipefail
#set -e pipefail

cat .pyfoamd/project.json || exit_on_error "PyFoamd data not found." 
