awips2/rpms/awips2.core/Installer.groovy/scripts/profile.d/awips2Groovy.sh
2017-04-21 18:33:55 -06:00

4 lines
86 B
Bash

#!/bin/bash
export GROOVY_HOME=/awips2/groovy
export PATH=${GROOVY_HOME}/bin:${PATH}