Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleEnvironment Preparation
source /alma/ACS-2019DEC/config/.acs/.bash_profile.acs
export INTROOT=~/introot
getTemplateForDirectory INTROOT $INTROOT
exit

#This could be added to the .bash_profile or .bashrc files
export INTROOT=~/introot
source /alma/ACS-2019DEC/config/.acs/.bash_profile.acs


#To create a directory for your module
getTemplateForDirectory MODROOT_WS <NameOfYourModule>

...