#!/bin/bash

# Ensure the correct command is found:
export PATH="/usr/local/Code_Saturne/V_4.0.0/code_saturne-4.0/bin":$PATH

# Run command:
\code_saturne gui $@
