diff options
Diffstat (limited to 'include/host_config.sh')
-rw-r--r-- | include/host_config.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/host_config.sh b/include/host_config.sh new file mode 100644 index 0000000..a97778d --- /dev/null +++ b/include/host_config.sh @@ -0,0 +1,13 @@ +#(DEFAULT) +NEW_HOME=/srv/iraf + +#JWST +if [[ $HOSTNAME == *jwcalibdev* ]]; then + NEW_HOME=/data4/iraf_conda +fi + +#OSX +if [[ `uname -s` == Darwin ]]; then + NEW_HOME=/Users/shared/iraf_conda +fi + |