#!/bin/bash

# Ensure the correct command is found:
export PATH="/home/cosmo/anaconda3/envs/SCFD/opt/code_saturne/6.0.1/code_saturne-6.0.1/arch/Linux_x86_64/bin":$PATH

# Run command:
\code_saturne gui $@
