Skip to content

User Guide

Helen Burns edited this page Oct 30, 2019 · 1 revision

Usage

The cemac.sh and cemac.csh files can be used to set up the environment for a bash or csh shell.

ARC4 defaults to bash shell, and the following could be added to your ${HOME}/.bashrc file:

if [ -r /nobackup/cemac/cemac.sh ] ; then
  . /nobackup/cemac/cemac.sh
fi
Clone this wiki locally