Skip to content

shell interpreter

Zeioth edited this page Aug 27, 2023 · 3 revisions

You can run shell scripts using the compiler. This comes handy for simple stuff. But if your script receive parameters, you will probably prefer to just run your script on the terminal.

We don't advise creating a .solution.toml file if you just want to run a simple bash script with parameters. But you can do it for more complex (and probably border case) scenarios.