Skip to content

shell interpreter

Zeioth edited this page Jun 24, 2023 · 3 revisions

You can run shell scripts using the compiler. This is 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 file if you just want to run a simple bash script with parameters.

Do it only for more complex (and probably border case) cases of use.

Clone this wiki locally