Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.15 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.15 KB

cmd-runner

Go Reference GitHub go.mod Go version GitHub release (latest by date) GitHub Release Date GitHub last commit GitHub CI Go Report Card

Build

run the build script build.sh

Configuration

A configuration yaml-file should be passed as the first argument with the flag -c to the programm.

It should have the following structure:

cmds:
    - 
      cmd: "programm_to_run"
      args:
        - "arg1"
        - "arg2"

    ...

License

GPLv3