#!/bin/bash

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

# Run command:
\code_saturne gui $@
