#!/bin/bash

# Ensure the correct command is found:
export PATH="/Programs/Code_Saturne-5.0.4/build-catalyst/bin":$PATH

# Run command:
\code_saturne gui $@
