1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2024-11-13 23:23:31 +01:00
dotfiles/bash/scriptlets/iraf

4 lines
120 B
Text

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