#!/bin/bash

# Ensure the correct command is found:
export PATH="/home/lgarelli/Code_Saturne/Code_Saturne_604/bin":$PATH

# Run command:
\code_saturne gui $@
