mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
4 lines
84 B
Bash
4 lines
84 B
Bash
|
#!/bin/sh
|
||
|
export GROOVY_HOME=@LIBDIR@/groovy
|
||
|
export PATH=${PATH}:${GROOVY_HOME}/bin
|