Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bertfrees opened this issue Oct 16, 2017 · 1 comment

Comments

@bertfrees
Copy link
Member

In bash:

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

Related: #85

@bertfrees
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant