plugins

Home

Examples

Plugins

Source

Blog

hello

version: 0.0.1 |  date: 08/01/2025 |  Hello Plugin |  source code

# SYNOPSIS

Hello world Bash plugin, see https://github.com/melezhik/Sparrow6/blob/master/posts/CliAppDevelopement.md

# INSTALL

    s6 --install hello

# USAGE

    s6 --plg-run hello@who=Bash,ok

# Plugin parameters

## who

String to echo out

## ok

Boolean parameter

# Author

[Alexey Melezhik](mailto:melezhik@gmail.com)