Skip to content

eons-dev/arbitrary.build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arbitrary Builder

Run any command(s) through the ebbs build system

Just specify

{
    "commands": [
        "echo 'FIRST'",
        "echo 'SECOND'"
    ]
}