How to get the COOLFluiD Scripts
Here we explain how to get the COOLFluiD scripts which help automate in various tasks.
Introduction
The COOLFluiD are accessible via the subversion repository where COOLFluiD sources are stored. To access it you must have permission.
Getting the scripts
$> mkdir -p $HOME/workspace/Scripts $> svn co https://coolfluidsrv.vki.ac.be/svn/coolfluid/Scripts $HOME/workspace/Scripts
Placing them in your path
If you use bash you can add this to your .bashrc
export PATH="$PATH:$HOME/local/coolfluid-scripts"
