1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2024-10-04 23:54:42 +02:00
dotfiles/bash/scriptlets/iraf

5 lines
120 B
Text
Raw Normal View History

2016-10-03 10:30:30 +02:00
# Add iraf setup commands
if [ -e /home/ericteunis/.iraf/setup.sh ]; then
source /home/ericteunis/.iraf/setup.sh
fi