#!/bin/bash

# Ensure the correct command is found:
export PATH="/home/beck_rf/Software/Code_Saturne/5.0.9/code_saturne-5.0.9/bin":$PATH

# Run command:
\code_saturne gui $@
