otto/stdlib/sh
R Tyler Croy f8dc3af95e Update the cargo versions
Fixes #64
2021-03-03 22:04:25 -08:00
..
src Ensure that stdout and stderr are output together from the sh step 2020-11-27 21:12:20 -08:00
.gitignore
Cargo.toml Update the cargo versions 2021-03-03 22:04:25 -08:00
README.adoc Minor rust cleanup for the sh step 2020-10-18 13:34:14 -07:00
manifest.yml Make sure osp can easily include files from the step library directory and outside 2020-10-18 13:37:44 -07:00

README.adoc

<html lang="en"> <head> </head>

sh step

The sh step is a fundamental building block and can effectively execute arbitrary scripts passed in by the user.

Example invocation file passed to entrypoint
---
parameters:
  script: 'ls -lah'
</html>