#!/bin/bash

# Ensure the correct command is found:
export PATH="/home/gmet/Code_Saturne/6.0.4/code_saturne-6.0.4/arch/Linux_x86_64/bin":$PATH

# Run command:
\code_saturne gui $@
