#!/bin/bash

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

# Run command:
\code_saturne gui $@
