#!/bin/sh
exec "/usr/lib/openfoam/openfoam2012"/etc/openfoam "$@"
#------------------------------------------------------------------------------
# =========                 |
# \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
#  \\    /   O peration     |
#   \\  /    A nd           | www.openfoam.com
#    \\/     M anipulation  |
#------------------------------------------------------------------------------
#     Copyright (C) 2020 OpenCFD Ltd.
#------------------------------------------------------------------------------
# License
#     This file is part of OpenFOAM, distributed under GPL-3.0-or-later.
#
# Description
#     Forwarding to OpenFOAM etc/openfoam bash session script.
#     Uses a hard-code directory path (eg, generated with autoconfig).
#
#------------------------------------------------------------------------------
