Skip to content

A simple go programm to run all specified commands / scripts as defined in a file

License

Notifications You must be signed in to change notification settings

bb4L/cmd-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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