#!/usr/bin/zsh

# Ensure the correct command is found:
export PATH="/usr/bin":$PATH

# Run command:
\code_saturne gui $@
