run the build script build.sh
build.sh
A configuration yaml-file should be passed as the first argument with the flag -c to the programm.
yaml
-c
It should have the following structure:
cmds: - cmd: "programm_to_run" args: - "arg1" - "arg2" ...
GPLv3