I\'ve tried looking into process builder, but I\'m not sure how to source the bash environment into the process.
For example I\'m using the following to launch my pr
You need to set up a shell invocation with ProcessBuilder. Execute a command like:
/bin/bash -l -c "The entire command line that you want to execute"