Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 186 Bytes

RunScript.md

File metadata and controls

13 lines (10 loc) · 186 Bytes

Run arbirary script

This is used to run arbitrary command line scripts.

RunScript {
    $0.script = "echo 'Hello Puma'"
}

RunScript {
    $0.script = "git tag 1.0.0"
}