Categorygithub.com/bb4L/cmd-runner
repositorypackage
1.0.2
Repository: https://github.com/bb4l/cmd-runner.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

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