Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 172 Bytes

RunScript.md

File metadata and controls

10 lines (7 loc) · 172 Bytes

Run arbirary script

This is used to run arbitrary command line scripts.

RunScript("echo 'Hello Puma'")

RunScript("git tag 1.0.0")
    .name("Tag build")