dotfiles/bash/scriptlets/iraf

5 lines
120 B
Plaintext

# Add iraf setup commands
if [ -e /home/ericteunis/.iraf/setup.sh ]; then
source /home/ericteunis/.iraf/setup.sh
fi