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

fix: allow plugin callbacks to be in any language #995

Merged
merged 1 commit into from Jul 29, 2021

Commits on Jul 29, 2021

  1. feat: Allow callback scripts to be implemented in any language

    The original code invoked all plugin callback scripts with Bash.
    While all plugin callback scripts are currently implemented in
    Bash it is conceivable that another a better shell language will
    emerge and become popular. I dont think mandating Bash is the
    right choice anymore. I do think that for nearly all plugins
    Bash is the right choice right now and for compatibility
    purposes Bash should be encouraged.
    Stratus3D committed Jul 29, 2021
    Copy the full SHA
    c9aca49 View commit details
    Browse the repository at this point in the history