daisy/pipeline-assembly

Instead of the `shell` argument automatically enable shell if script is run interactively

Opened this issue · 1 comments

In bash:

if [[ $- == *i* ]]; then
  FELIX_OPTS="${FELIX_OPTS} -Dfelix.auto.start.1=\"$GOGO_BUNDLES\""
fi

Related: #85

Don't know how you would do this on Windows.