4 lines
86 B
Bash
4 lines
86 B
Bash
#!/bin/bash
|
|
|
|
export GROOVY_HOME=/awips2/groovy
|
|
export PATH=${GROOVY_HOME}/bin:${PATH}
|