worker.go
Maybe use #! detection, or just ommit bash and let the OS choose the right executable?
[worker.go](https://codeberg.org/snaums/mvoCI/src/commit/287ca70f1aa7e80ddcc2dd541bde48ea75bab4a0/build/worker.go#L305)
Maybe use #! detection, or just ommit `bash` and let the OS choose the right executable?
bash, or any shell script to that matter, is capable of just calling make, cmake .. && make, using meson, getting weird things from the git repo, creating new files, reading files,... What would you like to do, that bash can't?
Regards,
snaums
Hello.
I don't quite understand what for.
bash, or any shell script to that matter, is capable of just calling `make`, `cmake .. && make`, using meson, getting weird things from the git repo, creating new files, reading files,... What would you like to do, that bash can't?
Regards,
snaums
worker.go
Maybe use #! detection, or just ommit
bash
and let the OS choose the right executable?Hello.
I don't quite understand what for.
bash, or any shell script to that matter, is capable of just calling
make
,cmake .. && make
, using meson, getting weird things from the git repo, creating new files, reading files,... What would you like to do, that bash can't?Regards,
snaums