Skip to content

Instantly share code, notes, and snippets.

@gitjul
Created May 11, 2017 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gitjul/e5169fc69b484a7af68a93f5e4b58204 to your computer and use it in GitHub Desktop.
Save gitjul/e5169fc69b484a7af68a93f5e4b58204 to your computer and use it in GitHub Desktop.
#!/bin/bash
GRINDERPATH=/path/to/grinder/dir
CLASSPATH=$GRINDERPATH/lib/grinder.jar:$CLASSPATH
GRINDERPROPERTIES=/path/to/grinder/properties/file
export CLASSPATH GRINDERPROPERTIES
# add java to PATH if needed
# JAVA_HOME=
# PATH=$JAVA_HOME:$PATH
# export PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment