#!/bin/bash

# Ensure the correct command is found:
export PATH="/home/fernando/code_saturne-6.1.0/bin":$PATH

# Run command:
\code_saturne gui $@
